From 8d3aa03d72bfcc170a221636df62a063cd937e3a Mon Sep 17 00:00:00 2001 From: TylerCG <117808427+TylerCG@users.noreply.github.com> Date: Sun, 22 Feb 2026 22:24:07 -0500 Subject: [PATCH] v1.02a added message cleanup and some better logic --- LOGGING_STRUCTURE.md | 101 +++ conversion_tracker.csv | 108 +++ core/encode_engine.py | 28 +- core/logger_helper.py | 52 +- core/process_manager.py | 172 +++- core/video_handler.py | 3 +- logs/conversion.log | 1730 +++++++++++++++++++++++++++++++++++++++ main.py | 10 +- 8 files changed, 2156 insertions(+), 48 deletions(-) create mode 100644 LOGGING_STRUCTURE.md diff --git a/LOGGING_STRUCTURE.md b/LOGGING_STRUCTURE.md new file mode 100644 index 0000000..bf8abe9 --- /dev/null +++ b/LOGGING_STRUCTURE.md @@ -0,0 +1,101 @@ +# Structured Logging with Media Context + +## Overview + +The conversion system now uses **structured JSON logging** to enable organized analysis and filtering of conversion results by media type, show name, season, and episode. + +## Terminal vs Log Output + +- **Terminal Output**: Clean, human-readable print statements (VIDEO/AUDIO/PROGRESS sections) +- **Log Output**: Rich structured JSON with full media context for programmatic analysis + +## Media Context Fields + +Extracted automatically from file path structure: + +```python +{ + "video_filename": "episode01.mkv", + "media_type": "tv", # "tv", "anime", "movie", or "other" + "show_name": "Breaking Bad", + "season": "01", # Optional (TV/anime only) + "episode": "01" # Optional (TV/anime only) +} +``` + +## Usage Examples + +### Path Structure Recognition + +**TV Show**: +``` +P:\tv\Breaking Bad\season01\episode01.mkv +→ media_type: "tv", show_name: "Breaking Bad", season: "01", episode: "01" +``` + +**Anime**: +``` +P:\anime\Demon Slayer\season02\e12.mkv +→ media_type: "anime", show_name: "Demon Slayer", season: "02", episode: "12" +``` + +**Movie**: +``` +P:\movies\Inception.mkv +→ media_type: "movie", show_name: "Inception" +``` + +## Log Output Format + +JSON logs contain both the message and media context: + +```json +{ + "timestamp": "2026-02-22 15:30:45", + "level": "INFO", + "message": "✅ CONVERSION COMPLETE: episode01[EHX].mkv", + "video_filename": "episode01.mkv", + "media_type": "tv", + "show_name": "Breaking Bad", + "season": "01", + "episode": "01", + "method": "CQ", + "original_size_mb": 4096.5, + "output_size_mb": 1843.2, + "reduction_pct": 55.0 +} +``` + +## Filtering Logs Later + +You can parse the JSON logs to group by show/season/episode: + +```python +import json + +# Filter all Breaking Bad conversions +with open("logs/conversion.log") as f: + for line in f: + entry = json.loads(line) + if entry.get("show_name") == "Breaking Bad": + print(f"S{entry['season']}E{entry['episode']}: {entry['reduction_pct']}% reduction") +``` + +## Current Implementation + +**Files Updated**: +- `core/process_manager.py`: + - Added `get_media_context()` function to parse file paths + - Extracts media context once per file processing + - Passes context to all logging calls via `extra={}` parameter + +- `core/logger_helper.py`: + - JsonFormatter automatically includes all extra fields in output + - Added `log_event()` helper for consistent structured logging + +## Best Practices + +1. Always call `get_media_context()` once per file +2. Pass result to all logging calls for that file: `logger.info(msg, extra=media_context)` +3. For additional context: `logger.info(msg, extra={**media_context, "custom_field": value})` +4. Parse logs with JSON reader for reliable data extraction diff --git a/conversion_tracker.csv b/conversion_tracker.csv index 976c546..35dd5a7 100644 --- a/conversion_tracker.csv +++ b/conversion_tracker.csv @@ -1645,3 +1645,111 @@ tv,Taskmaster,Taskmaster - S00E54 - Taskmaster’s New Year Treat h265 AAC WEBRi tv,Taskmaster,Taskmaster - S00E73 - Taskmaster’s New Year Treat 2022 - Basic Recipe 28 h265 AAC WEBRip-1080p EHX.mkv,695.65,695.65,100.0,1920x1080,1920x1080,1,28,CQ tv,Taskmaster,Taskmaster - S00E85 - Taskmaster's New Year Treat 2023 - That's a Swizz h265 AAC WEBRip-1080p EHX.mkv,642.96,642.96,100.0,1920x1080,1920x1080,1,28,CQ tv,Taskmaster,Taskmaster - S00E98 - Taskmaster's New Year Treat 2024 - Huh h265 AAC WEBRip-1080p EHX.mkv,707.51,707.51,100.0,1920x1080,1920x1080,1,28,CQ +tv,Tulsa King,"Tulsa King - S01E01 - Go West, Old Man x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv",1814.72,488.3,26.9,1920x960,1920x960,1,28,CQ +tv,Tulsa King,Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1626.91,447.12,27.5,1920x804,1920x804,1,28,CQ +tv,Tulsa King,Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1703.8,511.73,30.0,1920x804,1920x804,1,28,CQ +tv,Tulsa King,Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1713.64,457.66,26.7,1920x804,1920x804,1,28,CQ +tv,Tulsa King,Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1584.63,428.51,27.0,1920x960,1920x960,1,28,CQ +tv,Tulsa King,Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1730.31,432.13,25.0,1920x956,1920x956,1,28,CQ +tv,Tulsa King,Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1856.49,450.09,24.2,1920x960,1920x960,1,28,CQ +tv,Tulsa King,Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1569.86,439.54,28.0,1920x804,1920x804,1,28,CQ +tv,Tulsa King,Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv,1608.93,502.05,31.2,1920x804,1920x804,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2133.69,340.32,15.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2000.63,316.87,15.8,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2388.71,327.7,13.7,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2298.9,358.96,15.6,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2224.88,276.85,12.4,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1879.17,311.66,16.6,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2029.98,337.99,16.6,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2027.96,306.39,15.1,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1916.23,324.79,16.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2184.08,328.82,15.1,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2481.42,418.22,16.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2305.83,326.33,14.2,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1977.67,287.94,14.6,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1981.07,285.77,14.4,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2227.27,355.11,15.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2304.24,342.7,14.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2718.84,419.84,15.4,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2364.74,342.99,14.5,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1992.49,308.29,15.5,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1986.14,316.75,15.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1980.58,297.66,15.0,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1903.95,282.62,14.8,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2365.17,387.04,16.4,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2371.71,389.02,16.4,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2153.09,344.79,16.0,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1975.28,274.59,13.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2157.15,307.58,14.3,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2446.97,387.79,15.8,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2075.37,291.7,14.1,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1917.51,292.27,15.2,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2159.91,335.62,15.5,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2525.01,394.22,15.6,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2511.14,427.56,17.0,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1981.0,275.71,13.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2376.41,402.42,16.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2268.85,375.29,16.5,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2144.67,333.13,15.5,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1965.41,307.32,15.6,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1859.7,319.66,17.2,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1948.02,311.6,16.0,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2097.75,320.2,15.3,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2531.16,367.06,14.5,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2165.79,312.71,14.4,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1698.21,279.77,16.5,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1908.73,284.91,14.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1781.66,300.93,16.9,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2280.0,372.33,16.3,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2314.99,370.49,16.0,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1825.25,333.69,18.3,1920x1080,1920x1080,2,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,203.33,39.91,19.6,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,190.59,25.6,13.4,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,193.2,26.99,14.0,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2131.25,309.54,14.5,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,238.41,25.52,10.7,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,239.71,24.76,10.3,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,275.15,30.81,11.2,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,235.34,29.8,12.7,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,312.28,37.7,12.1,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,247.67,27.08,10.9,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,136.96,17.2,12.6,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,157.29,26.65,16.9,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,157.18,26.73,17.0,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1186.27,238.43,20.1,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,112.28,13.52,12.0,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,92.92,23.07,24.8,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,187.62,30.65,16.3,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,190.33,31.29,16.4,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,1558.46,250.68,16.1,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,2244.67,237.94,10.6,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,218.25,35.79,16.4,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,250.69,36.44,14.5,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,182.05,34.82,19.1,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,171.06,26.42,15.4,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,263.3,48.39,18.4,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,156.18,22.79,14.6,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,181.09,47.83,26.4,1920x1080,1920x1080,1,28,CQ +anime,High School D×D (2012),[IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC) - [EHX].mkv,194.96,29.79,15.3,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,753.08,160.08,21.3,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,782.89,147.31,18.8,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,706.75,146.46,20.7,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,684.77,139.25,20.3,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,762.44,135.78,17.8,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,769.93,149.39,19.4,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,738.83,144.63,19.6,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,"SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv",743.89,142.98,19.2,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,659.52,134.14,20.3,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv,729.55,144.02,19.7,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1259.13,150.42,11.9,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1081.2,125.75,11.6,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1051.26,126.74,12.1,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1164.91,143.01,12.3,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1209.37,140.26,11.6,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1145.83,128.41,11.2,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1187.86,135.27,11.4,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1189.66,131.28,11.0,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1243.46,141.37,11.4,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1171.12,134.31,11.5,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1084.98,123.48,11.4,1920x1080,1920x1080,1,28,CQ +anime,SHOSHIMIN - How to Become Ordinary,SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA - [EHX].mkv,1031.82,124.04,12.0,1920x1080,1920x1080,1,28,CQ diff --git a/core/encode_engine.py b/core/encode_engine.py index c0d1add..bbd9308 100644 --- a/core/encode_engine.py +++ b/core/encode_engine.py @@ -15,16 +15,30 @@ def run_ffmpeg(input_file: Path, output_file: Path, cq: int, scale_width: int, s method: str, bitrate_config: dict, encoder: str = "nvenc", subtitle_files: list = None, audio_language: str = None, audio_filter_config: dict = None, test_mode: bool = False, strip_all_titles: bool = False, src_bit_depth: int = None, unforce_subs: bool = False, no_encode: bool = False): """ - Run FFmpeg encode with comprehensive logging. + Execute FFmpeg encoding/re-muxing with structured console output. Args: - src_bit_depth: Source video bit depth (8, 10, or 12). If provided, encoder will be auto-selected: - 10+ bit → HEVC NVENC, 8-bit → AV1 NVENC - strip_all_titles: If True, strip all title metadata from all audio tracks - unforce_subs: If True, remove forced flag from all subtitle tracks - no_encode: If True, copy video/audio streams without encoding (only re-mux with subtitle processing) + input_file: Path to source video file + output_file: Path for encoded output file + cq: Quality value (0-63, lower=better) for CQ mode + scale_width/height: Target resolution dimensions + src_width/height: Source resolution dimensions + filter_flags: Scaling filter algorithm (lanczos, bicubic, etc) + audio_config: Audio bitrate configuration dict + method: Encoding method - "CQ" or "Bitrate" + bitrate_config: Bitrate/maxrate/bufsize configuration dict + encoder: Video codec - "hevc", "av1", or "nvenc" + subtitle_files: List of external subtitle file paths (if any) + audio_language: ISO 639-2 language code to tag audio (e.g., "eng", "spa") + audio_filter_config: Audio filtering/selection configuration + test_mode: If True, only encode first 15 minutes, don't move files + strip_all_titles: If True, strip title metadata from all audio tracks + src_bit_depth: Source bit depth (8/10/12) for encoder auto-selection + unforce_subs: If True, remove forced flag from subtitle tracks + no_encode: If True, copy video/audio (re-mux only, skip encoding) - Returns tuple: (orig_size, out_size, reduction_ratio) + Returns: + tuple: (orig_size_bytes, output_size_bytes, reduction_ratio) """ streams = get_audio_streams(input_file) diff --git a/core/logger_helper.py b/core/logger_helper.py index 2ef505f..c3c6dca 100644 --- a/core/logger_helper.py +++ b/core/logger_helper.py @@ -7,6 +7,7 @@ from datetime import datetime class JsonFormatter(logging.Formatter): """ Custom JSON log formatter for structured logging. + Outputs rich JSON objects with context for programmatic parsing and analysis. """ def format(self, record: logging.LogRecord) -> str: log_object = { @@ -14,15 +15,16 @@ class JsonFormatter(logging.Formatter): "level": record.levelname, "message": record.getMessage(), "module": record.module, - "funcName": record.funcName, + "function": record.funcName, "line": record.lineno, } # Include any extra fields added via logger.info("msg", extra={...}) + # This allows passing structured context: logger.info("msg", extra={"file": "video.mkv", "size": 1024}) if hasattr(record, "extra") and isinstance(record.extra, dict): log_object.update(record.extra) - # Include exception info if present + # Include exception info if present (for error tracking) if record.exc_info: log_object["exception"] = self.formatException(record.exc_info) @@ -30,7 +32,18 @@ class JsonFormatter(logging.Formatter): def setup_logger(log_folder: Path, log_file_name: str = "conversion.log", level=logging.INFO) -> logging.Logger: """ - Sets up a logger that prints to console and writes to a rotating JSON log file. + Setup logger with structured JSON file output and disabled console output. + + Output: + - File (logs/conversion.log): JSON format with full context for programmatic parsing + - Console: Disabled (all user output handled via print() for clean terminal UI) + + Usage: + logger.info("Processing complete", extra={ + "file": "video.mkv", + "size_mb": 1024, + "duration_sec": 3600 + }) """ log_folder.mkdir(parents=True, exist_ok=True) log_file = log_folder / log_file_name @@ -46,10 +59,11 @@ def setup_logger(log_folder: Path, log_file_name: str = "conversion.log", level= ) json_formatter = JsonFormatter() - # Console handler (human-readable) + # Console handler (disabled - use print() for user-facing output) + # This prevents duplicate/ugly output mixing with terminal UI console_handler = logging.StreamHandler() console_handler.setFormatter(text_formatter) - console_handler.setLevel(level) + console_handler.setLevel(logging.CRITICAL + 1) # Effectively disable (above CRITICAL) # File handler (JSON logs) file_handler = RotatingFileHandler(log_file, maxBytes=5 * 1024 * 1024, backupCount=3, encoding="utf-8") @@ -66,8 +80,14 @@ def setup_logger(log_folder: Path, log_file_name: str = "conversion.log", level= def setup_failure_logger(log_folder: Path) -> logging.Logger: """ - Setup a dedicated logger for encoding failures. - Returns a logger that writes to logs/failure.log + Setup dedicated failure logger for encoding/processing failures. + + Output: + - File (logs/failure.log): Simple text format with timestamp and failure message + - Use this for tracking files that failed processing for later analysis + + Usage: + failure_logger.warning(f"{file.name} | CQ mode failed: size threshold not met (95%)") """ log_folder.mkdir(parents=True, exist_ok=True) log_file = log_folder / "failure.log" @@ -94,3 +114,21 @@ def setup_failure_logger(log_folder: Path) -> logging.Logger: logger.propagate = False return logger + + +def log_event(logger: logging.Logger, level: str, message: str, **context): + """ + Log a structured event with context fields. + + Args: + logger: Logger instance + level: Log level ("debug", "info", "warning", "error") + message: Main message text + **context: Additional context fields (file, size, duration, etc) + + Example: + log_event(logger, "info", "Encoding complete", + file="video.mkv", size_mb=1024, method="CQ", reduction_pct=45) + """ + log_func = getattr(logger, level.lower(), logger.info) + log_func(message, extra=context) diff --git a/core/process_manager.py b/core/process_manager.py index 51586f7..a6e2cd1 100644 --- a/core/process_manager.py +++ b/core/process_manager.py @@ -3,6 +3,7 @@ import csv import os +import re import shutil import subprocess import time @@ -48,6 +49,82 @@ def get_default_cq(folder: Path, config: dict, resolution: str, encoder: str = " return cq_config.get(key, 28) # Default fallback to 28 +def get_media_context(file: Path, root_folder: Path) -> dict: + """ + Extract media context from file path for structured logging. + + Parses directory structure to identify show name, media type (TV/Movie), + season/episode numbers for grouping logs later. + + Args: + file: File path to analyze + root_folder: Root processing folder to use as reference + + Returns: + dict with keys: media_type, show_name, season (optional), episode (optional), video_filename + + Examples: + P:\\tv\\Breaking Bad\\season01\\episode01.mkv + → {"media_type": "tv", "show_name": "Breaking Bad", "season": "01", "episode": "01"} + + P:\\movies\\Inception.mkv + → {"media_type": "movie", "show_name": "Inception"} + """ + parts = file.parts + root_parts = root_folder.parts + + context = { + "video_filename": file.name, + "media_type": None, + "show_name": None, + "season": None, + "episode": None + } + + # Find where media type (tv/movie/anime) appears in path + path_lower = str(file).lower() + + if "\\tv\\" in path_lower or "/tv/" in path_lower: + context["media_type"] = "tv" + elif "\\anime\\" in path_lower or "/anime/" in path_lower: + context["media_type"] = "anime" + elif "\\movies\\" in path_lower or "/movies/" in path_lower: + context["media_type"] = "movie" + else: + # Default to movie if path structure unclear + context["media_type"] = "other" + + # Extract show name (directory immediately after media type) + try: + for i, part in enumerate(parts): + part_lower = part.lower() + if part_lower in ("tv", "anime", "movies"): + # Next part is show name + if i + 1 < len(parts): + context["show_name"] = parts[i + 1] + + # For TV/anime, check if there's a season folder + if context["media_type"] in ("tv", "anime") and i + 2 < len(parts): + season_part = parts[i + 2].lower() + # Pattern: "season01", "s01", "season 1", etc. + import re + season_match = re.search(r's(?:eason)?\s*(\d+)', season_part) + if season_match: + context["season"] = season_match.group(1).zfill(2) + + # Extract episode from filename + # Pattern: "e01", "episode01", "01", etc. + filename_lower = file.stem.lower() + ep_match = re.search(r'e(?:pisode)?\s*(\d+)', filename_lower) + if ep_match: + context["episode"] = ep_match.group(1).zfill(2) + break + except Exception as e: + logger.warning(f"Could not parse media context from {file}: {e}") + + return context + + def _cleanup_temp_files(temp_input: Path, temp_output: Path): """Helper function to clean up temporary input and output files.""" try: @@ -65,6 +142,39 @@ def _cleanup_temp_files(temp_input: Path, temp_output: Path): logger.warning(f"Could not delete temp output {temp_output.name}: {e}") +def should_skip_file(file: Path, no_encode: bool, unforce_subs: bool, force_process: bool, ignore_tags: list, travel_output_folder: Path) -> tuple: + """ + Determine if a file should be skipped from processing based on multiple criteria. + + Skip conditions (in order): + 1. If --no-encode + --unforce-subs: skip if file has no forced subtitles + 2. If --force-process NOT set: skip if filename contains any ignore_tags (e.g., [EHX]) + 3. Travel mode always processes files (overrides ignore tags) + + Args: + file: File path to check + no_encode: True if --no-encode flag is set + unforce_subs: True if --unforce-subs flag is set + force_process: True if --force-process flag is set (bypass ignore_tags) + ignore_tags: List of filename tags to skip (from config) + travel_output_folder: If set, travel mode is active (process all files) + + Returns: + tuple: (should_skip: bool, reason: str or None) + """ + # Check for forced subtitles if using --no-encode + --unforce-subs + if no_encode and unforce_subs: + if not has_forced_subtitles(file): + return True, "no forced subtitles found (--no-encode + --unforce-subs)" + + # Skip files with ignore tags (unless force_process is enabled) + # In travel mode, don't skip files based on tags + if not force_process and not travel_output_folder and any(tag.lower() in file.name.lower() for tag in ignore_tags): + return True, "matches ignore tags" + + return False, None + + def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, config: dict, tracker_file: Path, test_mode: bool = False, audio_language: str = None, filter_audio: bool = None, audio_select: str = None, encoder: str = "hevc", strip_all_titles: bool = False, travel_output_folder: Path = None, unforce_subs: bool = False, no_encode: bool = False, force_process: bool = False, replace_file: bool = False, wait_seconds: int = 0): """ Process all video files in folder with appropriate encoding settings. @@ -139,20 +249,18 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, skipped_count = 0 for file in folder.rglob("*"): + # Skip hidden files/directories (starting with . or ._) + if file.name.startswith('.') or file.name.startswith('._'): + continue + if file.suffix.lower() not in extensions: continue - # Check if using --no-encode with --unforce-subs: skip files with no forced subs - if no_encode and unforce_subs: - if not has_forced_subtitles(file): - logger.info(f"Skipping {file.name}: no forced subtitles found (--no-encode + --unforce-subs)") - print(f"⏭️ Skipping {file.name}: no forced subtitles found") - skipped_count += 1 - continue - - # Skip files with ignore tags (unless force_process is enabled) - # In travel mode, don't skip files based on tags - we process everything - if not force_process and not travel_output_folder and any(tag.lower() in file.name.lower() for tag in ignore_tags): + # Check if file should be skipped + should_skip, skip_reason = should_skip_file(file, no_encode, unforce_subs, force_process, ignore_tags, travel_output_folder) + if should_skip: + logger.info(f"Skipping {file.name}: {skip_reason}") + print(f"⏭️ Skipping {file.name}: {skip_reason}") skipped_count += 1 continue @@ -161,8 +269,11 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, logger.info(f"Skipped {skipped_count} file(s)") skipped_count = 0 + # Extract media context for structured logging + media_context = get_media_context(file, folder) + print("="*60) - logger.info(f"Processing: {file.name}") + logger.info(f"Processing: {file.name}", extra=media_context) print(f"📁 Processing: {file.name}") temp_input = (processing_folder / file.name).resolve() @@ -265,7 +376,7 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, content_cq = encoder_cq_config.get(cq_key, 32) file_cq = cq if cq is not None else content_cq - # Always output as .mkv (AV1 video codec) with [EHX] suffix + # Output file with suffix in processing folder (always .mkv container) temp_output = (processing_folder / f"{file.stem}{suffix}.mkv").resolve() # Determine which method to try first @@ -336,7 +447,8 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, 'is_tv': is_tv, 'subtitle_file': subtitle_file, 'src_bit_depth': src_bit_depth, - 'encoder': actual_encoder + 'encoder': actual_encoder, + 'media_context': media_context }) consecutive_failures += 1 if consecutive_failures >= max_consecutive: @@ -387,7 +499,8 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, 'target_resolution': target_resolution, 'file_cq': file_cq, 'is_tv': is_tv, - 'subtitle_file': subtitle_file + 'subtitle_file': subtitle_file, + 'media_context': media_context }) consecutive_failures += 1 if consecutive_failures >= max_consecutive: @@ -420,7 +533,7 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, _save_successful_encoding( file, temp_input, temp_output, orig_size, out_size, reduction_ratio, method, src_width, src_height, res_width, res_height, - file_cq, tracker_file, folder, is_tv, suffix, config, test_mode, subtitle_file, travel_output_folder, replace_file, wait_seconds + file_cq, tracker_file, folder, is_tv, suffix, config, test_mode, subtitle_file, travel_output_folder, replace_file, wait_seconds, media_context ) # In test mode, stop after first successful file @@ -498,7 +611,8 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, file_data['res_width'], file_data['res_height'], file_data['file_cq'], tracker_file, folder, file_data['is_tv'], suffix, config, False, - file_data.get('subtitle_file'), travel_output_folder, replace_file, wait_seconds + file_data.get('subtitle_file'), travel_output_folder, replace_file, wait_seconds, + file_data.get('media_context') ) except subprocess.CalledProcessError as e: @@ -547,9 +661,12 @@ def process_folder(folder: Path, cq: int, transcode_mode: str, resolution: str, def _save_successful_encoding(file, temp_input, temp_output, orig_size, out_size, reduction_ratio, method, src_width, src_height, res_width, res_height, - file_cq, tracker_file, folder, is_tv, suffix, config=None, test_mode=False, subtitle_file=None, travel_output_folder=None, replace_file: bool = False, wait_seconds: int = 0): + file_cq, tracker_file, folder, is_tv, suffix, config=None, test_mode=False, subtitle_file=None, travel_output_folder=None, replace_file: bool = False, wait_seconds: int = 0, media_context: dict = None): """Helper function to save successfully encoded files with [EHX] tag and clean up subtitle files.""" + if media_context is None: + media_context = {} + # In test mode, show ratio and skip file move/cleanup if test_mode: orig_size_mb = round(orig_size / 1e6, 2) @@ -565,7 +682,7 @@ def _save_successful_encoding(file, temp_input, temp_output, orig_size, out_size print(f"Method: {method} (CQ={file_cq if method == 'CQ' else 'N/A'})") print(f"{'='*60}") print(f"📁 Encoded file location: {temp_output}") - logger.info(f"TEST MODE - File: {file.name} | Ratio: {percentage}% | Method: {method}") + logger.info(f"TEST MODE - File: {file.name} | Ratio: {percentage}% | Method: {method}", extra=media_context) return # Check if file is in a Featurettes folder - if so, remove suffix from destination filename @@ -592,11 +709,11 @@ def _save_successful_encoding(file, temp_input, temp_output, orig_size, out_size travel_dest_dir.mkdir(parents=True, exist_ok=True) dest_file = travel_dest_dir / temp_output.name print(f"🧳 Travel mode: Moving to {dest_file}") - logger.info(f"Travel mode destination: {dest_file}") + logger.info(f"Travel mode destination: {dest_file}", extra=media_context) shutil.move(temp_output, dest_file) print(f"🚚 Moved {temp_output.name} → {dest_file.name}") - logger.info(f"Moved {temp_output.name} → {dest_file.name}") + logger.info(f"Moved {temp_output.name} → {dest_file.name}", extra=media_context) # Classify file type based on folder (folder_parts already defined earlier) if "tv" in folder_parts: @@ -635,10 +752,11 @@ def _save_successful_encoding(file, temp_input, temp_output, orig_size, out_size ]) # Enhanced logging with all conversion details - logger.info(f"\n✅ CONVERSION COMPLETE: {dest_file.name}") - logger.info(f" Type: {f_type.upper()} | Show: {show}") - logger.info(f" Size: {orig_size_mb}MB → {proc_size_mb}MB ({percentage}% of original, {100-percentage:.1f}% reduction)") - logger.info(f" Method: {method} | Status: SUCCESS") + log_context = {**media_context, "method": method, "original_size_mb": orig_size_mb, "output_size_mb": proc_size_mb, "reduction_pct": 100 - percentage} + logger.info(f"✅ CONVERSION COMPLETE: {dest_file.name}", extra=log_context) + logger.info(f" Type: {f_type.upper()} | Show: {show}", extra=log_context) + logger.info(f" Size: {orig_size_mb}MB → {proc_size_mb}MB ({percentage}% of original, {100-percentage:.1f}% reduction)", extra=log_context) + logger.info(f" Method: {method} | Status: SUCCESS", extra=log_context) print(f"📝 Logged conversion: {dest_file.name} ({percentage}%), method={method}") try: @@ -646,9 +764,9 @@ def _save_successful_encoding(file, temp_input, temp_output, orig_size, out_size # Keep original file if in travel mode, replace mode, or if in Featurettes folder if travel_output_folder: - logger.info(f"Travel mode: Kept original file {file.name}") + logger.info(f"Travel mode: Kept original file {file.name}", extra=media_context) elif replace_file: - logger.info(f"Replace mode: Original file has been replaced with processed version at {file.name}") + logger.info(f"Replace mode: Original file has been replaced with processed version at {file.name}", extra=media_context) elif not is_featurette: file.unlink() logger.info(f"Deleted original and processing copy for {file.name}") diff --git a/core/video_handler.py b/core/video_handler.py index 104f499..9c69623 100644 --- a/core/video_handler.py +++ b/core/video_handler.py @@ -1,6 +1,7 @@ # core/video_handler.py """Video resolution detection and encoding logic.""" +import json import subprocess from pathlib import Path @@ -190,8 +191,6 @@ def has_forced_subtitles(input_file: Path) -> bool: Returns True if at least one subtitle stream has forced=1 disposition. """ try: - import json - # Method 1: Try JSON output (most reliable) cmd = [ "ffprobe", "-v", "error", diff --git a/logs/conversion.log b/logs/conversion.log index 1f8a7b0..6bcf511 100644 --- a/logs/conversion.log +++ b/logs/conversion.log @@ -3972,3 +3972,1733 @@ {"timestamp": "2026-02-22T20:04:39Z", "level": "INFO", "message": "Copied Tulsa King - S01E01 - Go West, Old Man x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E01 - Go West, Old Man x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} {"timestamp": "2026-02-22T20:04:39Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} {"timestamp": "2026-02-22T20:04:41Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:09:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:09:20Z", "level": "INFO", "message": " Original Size: 1814.72 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:09:20Z", "level": "INFO", "message": " Encoded Size: 488.30 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:09:20Z", "level": "INFO", "message": " Reduction: 26.9% of original (73.1% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:09:20Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:09:20Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:09:25Z", "level": "INFO", "message": "Moved Tulsa King - S01E01 - Go West, Old Man x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E01 - Go West, Old Man x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:09:27Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E01 - Go West, Old Man x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:09:27Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:09:27Z", "level": "INFO", "message": " Size: 1814.72MB → 488.3MB (26.9% of original, 73.1% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:09:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:09:27Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E01 - Go West, Old Man x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:09:27Z", "level": "INFO", "message": "Processing: Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:09:41Z", "level": "INFO", "message": "Copied Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:09:41Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:09:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:13:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:13:30Z", "level": "INFO", "message": " Original Size: 1626.91 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:13:30Z", "level": "INFO", "message": " Encoded Size: 447.12 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:13:30Z", "level": "INFO", "message": " Reduction: 27.5% of original (72.5% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:13:30Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:13:30Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:13:34Z", "level": "INFO", "message": "Moved Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:13:36Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:13:36Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:13:36Z", "level": "INFO", "message": " Size: 1626.91MB → 447.12MB (27.5% of original, 72.5% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:13:36Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:13:36Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E02 - Center of the Universe x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:13:36Z", "level": "INFO", "message": "Processing: Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:13:52Z", "level": "INFO", "message": "Copied Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:13:52Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:13:54Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:17:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:17:49Z", "level": "INFO", "message": " Original Size: 1703.80 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:17:49Z", "level": "INFO", "message": " Encoded Size: 511.73 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:17:49Z", "level": "INFO", "message": " Reduction: 30.0% of original (70.0% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:17:49Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:17:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:17:53Z", "level": "INFO", "message": "Moved Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:17:55Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:17:55Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:17:55Z", "level": "INFO", "message": " Size: 1703.8MB → 511.73MB (30.0% of original, 70.0% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:17:55Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:17:55Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E03 - Caprice x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:17:55Z", "level": "INFO", "message": "Processing: Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:18:11Z", "level": "INFO", "message": "Copied Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:18:11Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:18:13Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:22:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:22:05Z", "level": "INFO", "message": " Original Size: 1713.64 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:22:05Z", "level": "INFO", "message": " Encoded Size: 457.66 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:22:05Z", "level": "INFO", "message": " Reduction: 26.7% of original (73.3% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:22:05Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:22:05Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:22:09Z", "level": "INFO", "message": "Moved Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:22:11Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:22:11Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:22:11Z", "level": "INFO", "message": " Size: 1713.64MB → 457.66MB (26.7% of original, 73.3% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:22:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:22:11Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E04 - Visitation Place x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:22:11Z", "level": "INFO", "message": "Processing: Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:22:24Z", "level": "INFO", "message": "Copied Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:22:24Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:22:26Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:26:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:26:33Z", "level": "INFO", "message": " Original Size: 1584.63 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:26:33Z", "level": "INFO", "message": " Encoded Size: 428.51 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:26:33Z", "level": "INFO", "message": " Reduction: 27.0% of original (73.0% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:26:33Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:26:33Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:26:37Z", "level": "INFO", "message": "Moved Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:26:39Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:26:39Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:26:39Z", "level": "INFO", "message": " Size: 1584.63MB → 428.51MB (27.0% of original, 73.0% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:26:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:26:39Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E05 - Token Joe x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:26:39Z", "level": "INFO", "message": "Processing: Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:26:54Z", "level": "INFO", "message": "Copied Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:26:55Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:26:57Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:31:25Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:31:25Z", "level": "INFO", "message": " Original Size: 1730.31 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:31:25Z", "level": "INFO", "message": " Encoded Size: 432.13 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:31:25Z", "level": "INFO", "message": " Reduction: 25.0% of original (75.0% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:31:25Z", "level": "INFO", "message": " Resolution: 1920x956 → 1920x956", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:31:25Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:31:29Z", "level": "INFO", "message": "Moved Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:31:31Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:31:31Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:31:31Z", "level": "INFO", "message": " Size: 1730.31MB → 432.13MB (25.0% of original, 75.0% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:31:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:31:31Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E06 - Stable x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:31:31Z", "level": "INFO", "message": "Processing: Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:31:47Z", "level": "INFO", "message": "Copied Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:31:48Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:31:50Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:36:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:36:37Z", "level": "INFO", "message": " Original Size: 1856.49 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:36:37Z", "level": "INFO", "message": " Encoded Size: 450.09 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:36:37Z", "level": "INFO", "message": " Reduction: 24.2% of original (75.8% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:36:37Z", "level": "INFO", "message": " Resolution: 1920x960 → 1920x960", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:36:37Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:36:41Z", "level": "INFO", "message": "Moved Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:36:43Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:36:43Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:36:43Z", "level": "INFO", "message": " Size: 1856.49MB → 450.09MB (24.2% of original, 75.8% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:36:43Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:36:43Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E07 - Warr Acres x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:36:43Z", "level": "INFO", "message": "Processing: Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:36:57Z", "level": "INFO", "message": "Copied Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:36:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:36:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:40:32Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:40:32Z", "level": "INFO", "message": " Original Size: 1569.86 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:40:32Z", "level": "INFO", "message": " Encoded Size: 439.54 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:40:32Z", "level": "INFO", "message": " Reduction: 28.0% of original (72.0% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:40:32Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:40:32Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:40:36Z", "level": "INFO", "message": "Moved Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:40:38Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:40:38Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:40:38Z", "level": "INFO", "message": " Size: 1569.86MB → 439.54MB (28.0% of original, 72.0% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:40:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:40:38Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E08 - Adobe Walls x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:40:38Z", "level": "INFO", "message": "Processing: Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 165} +{"timestamp": "2026-02-22T20:40:52Z", "level": "INFO", "message": "Copied Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin.mkv → Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "process_folder", "line": 188} +{"timestamp": "2026-02-22T20:40:52Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "funcName": "process_folder", "line": 238} +{"timestamp": "2026-02-22T20:40:54Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 82} +{"timestamp": "2026-02-22T20:44:34Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 311} +{"timestamp": "2026-02-22T20:44:34Z", "level": "INFO", "message": " Original Size: 1608.93 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 312} +{"timestamp": "2026-02-22T20:44:34Z", "level": "INFO", "message": " Encoded Size: 502.05 MB", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 313} +{"timestamp": "2026-02-22T20:44:34Z", "level": "INFO", "message": " Reduction: 31.2% of original (68.8% saved)", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 314} +{"timestamp": "2026-02-22T20:44:34Z", "level": "INFO", "message": " Resolution: 1920x804 → 1920x804", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 315} +{"timestamp": "2026-02-22T20:44:34Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "funcName": "run_ffmpeg", "line": 316} +{"timestamp": "2026-02-22T20:44:39Z", "level": "INFO", "message": "Moved Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv → Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 599} +{"timestamp": "2026-02-22T20:44:41Z", "level": "INFO", "message": "\n✅ CONVERSION COMPLETE: Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin - [EHX].mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 638} +{"timestamp": "2026-02-22T20:44:41Z", "level": "INFO", "message": " Type: TV | Show: Tulsa King", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 639} +{"timestamp": "2026-02-22T20:44:41Z", "level": "INFO", "message": " Size: 1608.93MB → 502.05MB (31.2% of original, 68.8% reduction)", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 640} +{"timestamp": "2026-02-22T20:44:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 641} +{"timestamp": "2026-02-22T20:44:41Z", "level": "INFO", "message": "Deleted original and processing copy for Tulsa King - S01E09 - Happy Trails x265 EAC3 Bluray-1080p t3nzin.mkv", "module": "process_manager", "funcName": "_save_successful_encoding", "line": 654} +{"timestamp": "2026-02-22T20:44:41Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "funcName": "process_folder", "line": 545} +{"timestamp": "2026-02-22T20:59:44Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\High School D×D (2012)\\[IK] High School DxD v3\\[Anime] High School DxD", "module": "main", "function": "normalize_input_path", "line": 64} +{"timestamp": "2026-02-22T21:00:17Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\High School D×D (2012)\\[IK] High School DxD v3\\[Anime] High School DxD", "module": "main", "function": "normalize_input_path", "line": 64} +{"timestamp": "2026-02-22T21:00:17Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:00:35Z", "level": "INFO", "message": "Copied [IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:00:36Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:00:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:03:36Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:03:36Z", "level": "INFO", "message": " Original Size: 2133.69 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:03:36Z", "level": "INFO", "message": " Encoded Size: 340.32 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:03:36Z", "level": "INFO", "message": " Reduction: 15.9% of original (84.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:03:36Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:03:36Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:03:39Z", "level": "INFO", "message": "Moved [IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:03:42Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:03:42Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:03:42Z", "level": "INFO", "message": " Size: 2133.69MB → 340.32MB (15.9% of original, 84.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:03:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:03:42Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:03:42Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:03:59Z", "level": "INFO", "message": "Copied [IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:04:00Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:04:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:07:01Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:07:01Z", "level": "INFO", "message": " Original Size: 2000.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:07:01Z", "level": "INFO", "message": " Encoded Size: 316.87 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:07:01Z", "level": "INFO", "message": " Reduction: 15.8% of original (84.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:07:01Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:07:01Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:07:04Z", "level": "INFO", "message": "Moved [IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:07:07Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:07:07Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:07:07Z", "level": "INFO", "message": " Size: 2000.63MB → 316.87MB (15.8% of original, 84.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:07:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:07:07Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:07:07Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:07:30Z", "level": "INFO", "message": "Copied [IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:07:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:07:34Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:10:32Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:10:32Z", "level": "INFO", "message": " Original Size: 2388.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:10:32Z", "level": "INFO", "message": " Encoded Size: 327.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:10:32Z", "level": "INFO", "message": " Reduction: 13.7% of original (86.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:10:32Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:10:32Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:10:35Z", "level": "INFO", "message": "Moved [IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:10:38Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:10:38Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:10:38Z", "level": "INFO", "message": " Size: 2388.71MB → 327.7MB (13.7% of original, 86.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:10:38Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:10:39Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:10:39Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:10:59Z", "level": "INFO", "message": "Copied [IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:10:59Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:11:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:14:00Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:14:00Z", "level": "INFO", "message": " Original Size: 2298.90 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:14:00Z", "level": "INFO", "message": " Encoded Size: 358.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:14:00Z", "level": "INFO", "message": " Reduction: 15.6% of original (84.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:14:00Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:14:00Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:14:04Z", "level": "INFO", "message": "Moved [IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:14:07Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:14:07Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:14:07Z", "level": "INFO", "message": " Size: 2298.9MB → 358.96MB (15.6% of original, 84.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:14:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:14:07Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:14:07Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:14:27Z", "level": "INFO", "message": "Copied [IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:14:28Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:14:31Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:17:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:17:28Z", "level": "INFO", "message": " Original Size: 2224.88 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:17:28Z", "level": "INFO", "message": " Encoded Size: 276.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:17:28Z", "level": "INFO", "message": " Reduction: 12.4% of original (87.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:17:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:17:28Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:17:31Z", "level": "INFO", "message": "Moved [IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:17:34Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:17:34Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:17:34Z", "level": "INFO", "message": " Size: 2224.88MB → 276.85MB (12.4% of original, 87.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:17:34Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:17:34Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:17:34Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:17:51Z", "level": "INFO", "message": "Copied [IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:17:51Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:17:53Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:20:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:20:51Z", "level": "INFO", "message": " Original Size: 1879.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:20:51Z", "level": "INFO", "message": " Encoded Size: 311.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:20:51Z", "level": "INFO", "message": " Reduction: 16.6% of original (83.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:20:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:20:51Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:20:54Z", "level": "INFO", "message": "Moved [IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:20:57Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:20:57Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:20:57Z", "level": "INFO", "message": " Size: 1879.17MB → 311.66MB (16.6% of original, 83.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:20:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:20:57Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:20:57Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:21:15Z", "level": "INFO", "message": "Copied [IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:21:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:21:18Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:24:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:24:16Z", "level": "INFO", "message": " Original Size: 2029.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:24:16Z", "level": "INFO", "message": " Encoded Size: 337.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:24:16Z", "level": "INFO", "message": " Reduction: 16.7% of original (83.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:24:16Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:24:16Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:24:19Z", "level": "INFO", "message": "Moved [IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:24:22Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:24:22Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:24:22Z", "level": "INFO", "message": " Size: 2029.98MB → 337.99MB (16.6% of original, 83.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:24:22Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:24:23Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:24:23Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:24:41Z", "level": "INFO", "message": "Copied [IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:24:41Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:24:44Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:27:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:27:42Z", "level": "INFO", "message": " Original Size: 2027.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:27:42Z", "level": "INFO", "message": " Encoded Size: 306.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:27:42Z", "level": "INFO", "message": " Reduction: 15.1% of original (84.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:27:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:27:42Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:27:45Z", "level": "INFO", "message": "Moved [IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:27:48Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:27:48Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:27:48Z", "level": "INFO", "message": " Size: 2027.96MB → 306.39MB (15.1% of original, 84.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:27:48Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:27:48Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:27:48Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:28:05Z", "level": "INFO", "message": "Copied [IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:28:05Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:28:08Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:31:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:31:07Z", "level": "INFO", "message": " Original Size: 1916.23 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:31:07Z", "level": "INFO", "message": " Encoded Size: 324.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:31:07Z", "level": "INFO", "message": " Reduction: 16.9% of original (83.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:31:07Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:31:07Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:31:10Z", "level": "INFO", "message": "Moved [IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:31:13Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:31:13Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:31:13Z", "level": "INFO", "message": " Size: 1916.23MB → 324.79MB (16.9% of original, 83.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:31:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:31:13Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:31:13Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:31:32Z", "level": "INFO", "message": "Copied [IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:31:32Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:31:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:34:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:34:33Z", "level": "INFO", "message": " Original Size: 2184.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:34:33Z", "level": "INFO", "message": " Encoded Size: 328.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:34:33Z", "level": "INFO", "message": " Reduction: 15.1% of original (84.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:34:33Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:34:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:34:36Z", "level": "INFO", "message": "Moved [IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:34:39Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:34:39Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:34:39Z", "level": "INFO", "message": " Size: 2184.08MB → 328.82MB (15.1% of original, 84.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:34:39Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:34:40Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:34:40Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:35:01Z", "level": "INFO", "message": "Copied [IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:35:01Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:35:04Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:38:03Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:38:03Z", "level": "INFO", "message": " Original Size: 2481.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:38:03Z", "level": "INFO", "message": " Encoded Size: 418.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:38:03Z", "level": "INFO", "message": " Reduction: 16.9% of original (83.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:38:03Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:38:03Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:38:06Z", "level": "INFO", "message": "Moved [IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:38:09Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:38:09Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:38:09Z", "level": "INFO", "message": " Size: 2481.42MB → 418.22MB (16.9% of original, 83.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:38:09Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:38:10Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:38:10Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:38:29Z", "level": "INFO", "message": "Copied [IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:38:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:38:33Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:41:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:41:31Z", "level": "INFO", "message": " Original Size: 2305.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:41:31Z", "level": "INFO", "message": " Encoded Size: 326.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:41:31Z", "level": "INFO", "message": " Reduction: 14.2% of original (85.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:41:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:41:31Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:41:34Z", "level": "INFO", "message": "Moved [IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:41:37Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:41:37Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:41:37Z", "level": "INFO", "message": " Size: 2305.83MB → 326.33MB (14.2% of original, 85.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:41:37Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:41:37Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:41:37Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:41:55Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:41:55Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:41:58Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:45:20Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:45:20Z", "level": "INFO", "message": " Original Size: 1977.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:45:20Z", "level": "INFO", "message": " Encoded Size: 287.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:45:20Z", "level": "INFO", "message": " Reduction: 14.6% of original (85.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:45:20Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:45:20Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:45:23Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:45:25Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:45:25Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:45:25Z", "level": "INFO", "message": " Size: 1977.67MB → 287.94MB (14.6% of original, 85.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:45:25Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:45:26Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:45:26Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:45:43Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:45:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:45:46Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:49:08Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:49:08Z", "level": "INFO", "message": " Original Size: 1981.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:49:08Z", "level": "INFO", "message": " Encoded Size: 285.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:49:08Z", "level": "INFO", "message": " Reduction: 14.4% of original (85.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:49:08Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:49:08Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:49:11Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:49:14Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:49:14Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:49:14Z", "level": "INFO", "message": " Size: 1981.07MB → 285.77MB (14.4% of original, 85.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:49:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:49:14Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:49:14Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:49:35Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:49:35Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:49:38Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:53:00Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:53:00Z", "level": "INFO", "message": " Original Size: 2227.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:53:00Z", "level": "INFO", "message": " Encoded Size: 355.11 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:53:00Z", "level": "INFO", "message": " Reduction: 15.9% of original (84.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:53:00Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:53:00Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:53:03Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:53:06Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:53:06Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:53:06Z", "level": "INFO", "message": " Size: 2227.27MB → 355.11MB (15.9% of original, 84.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:53:06Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:53:07Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:53:07Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:53:27Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:53:27Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:53:31Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T21:56:53Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T21:56:53Z", "level": "INFO", "message": " Original Size: 2304.24 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T21:56:53Z", "level": "INFO", "message": " Encoded Size: 342.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T21:56:53Z", "level": "INFO", "message": " Reduction: 14.9% of original (85.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T21:56:53Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T21:56:53Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T21:56:56Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T21:56:59Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T21:56:59Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T21:56:59Z", "level": "INFO", "message": " Size: 2304.24MB → 342.7MB (14.9% of original, 85.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T21:56:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T21:57:00Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T21:57:00Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T21:57:24Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T21:57:24Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T21:57:27Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:00:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:00:49Z", "level": "INFO", "message": " Original Size: 2718.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:00:49Z", "level": "INFO", "message": " Encoded Size: 419.84 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:00:49Z", "level": "INFO", "message": " Reduction: 15.4% of original (84.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:00:49Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:00:49Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:00:53Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:00:57Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:00:57Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:00:57Z", "level": "INFO", "message": " Size: 2718.84MB → 419.84MB (15.4% of original, 84.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:00:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:00:57Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:00:57Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:01:18Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:01:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:01:21Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:04:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:04:44Z", "level": "INFO", "message": " Original Size: 2364.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:04:44Z", "level": "INFO", "message": " Encoded Size: 342.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:04:44Z", "level": "INFO", "message": " Reduction: 14.5% of original (85.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:04:44Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:04:44Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:04:47Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:04:50Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:04:50Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:04:50Z", "level": "INFO", "message": " Size: 2364.74MB → 342.99MB (14.5% of original, 85.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:04:50Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:04:50Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:04:50Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:05:08Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:05:08Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:05:11Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:08:34Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:08:34Z", "level": "INFO", "message": " Original Size: 1992.49 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:08:34Z", "level": "INFO", "message": " Encoded Size: 308.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:08:34Z", "level": "INFO", "message": " Reduction: 15.5% of original (84.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:08:34Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:08:34Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:08:36Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:08:40Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:08:40Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:08:40Z", "level": "INFO", "message": " Size: 1992.49MB → 308.29MB (15.5% of original, 84.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:08:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:08:40Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:08:40Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:08:57Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:08:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:09:00Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:12:21Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:12:21Z", "level": "INFO", "message": " Original Size: 1986.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:12:21Z", "level": "INFO", "message": " Encoded Size: 316.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:12:21Z", "level": "INFO", "message": " Reduction: 15.9% of original (84.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:12:21Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:12:21Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:12:24Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:12:27Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:12:27Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:12:27Z", "level": "INFO", "message": " Size: 1986.14MB → 316.75MB (15.9% of original, 84.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:12:27Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:12:27Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:12:27Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:12:44Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:12:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:12:47Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:16:09Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:16:09Z", "level": "INFO", "message": " Original Size: 1980.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:16:09Z", "level": "INFO", "message": " Encoded Size: 297.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:16:09Z", "level": "INFO", "message": " Reduction: 15.0% of original (85.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:16:09Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:16:09Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:16:12Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:16:15Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:16:15Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:16:15Z", "level": "INFO", "message": " Size: 1980.58MB → 297.66MB (15.0% of original, 85.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:16:15Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:16:15Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:16:15Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:16:35Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:16:36Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:16:38Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:20:00Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:20:00Z", "level": "INFO", "message": " Original Size: 1903.95 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:20:00Z", "level": "INFO", "message": " Encoded Size: 282.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:20:00Z", "level": "INFO", "message": " Reduction: 14.8% of original (85.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:20:00Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:20:00Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:20:02Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:20:05Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:20:05Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:20:05Z", "level": "INFO", "message": " Size: 1903.95MB → 282.62MB (14.8% of original, 85.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:20:05Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:20:05Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:20:05Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:20:26Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:20:26Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:20:29Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:23:51Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:23:51Z", "level": "INFO", "message": " Original Size: 2365.17 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:23:51Z", "level": "INFO", "message": " Encoded Size: 387.04 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:23:51Z", "level": "INFO", "message": " Reduction: 16.4% of original (83.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:23:51Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:23:51Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:23:54Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:23:58Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:23:58Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:23:58Z", "level": "INFO", "message": " Size: 2365.17MB → 387.04MB (16.4% of original, 83.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:23:58Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:23:59Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:23:59Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:24:19Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:24:19Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:24:23Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:27:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:27:42Z", "level": "INFO", "message": " Original Size: 2371.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:27:42Z", "level": "INFO", "message": " Encoded Size: 389.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:27:42Z", "level": "INFO", "message": " Reduction: 16.4% of original (83.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:27:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:27:42Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:27:45Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:27:50Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:27:50Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:27:50Z", "level": "INFO", "message": " Size: 2371.71MB → 389.02MB (16.4% of original, 83.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:27:50Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:27:50Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:27:50Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:28:09Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:28:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:28:13Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:31:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:31:12Z", "level": "INFO", "message": " Original Size: 2153.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:31:12Z", "level": "INFO", "message": " Encoded Size: 344.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:31:12Z", "level": "INFO", "message": " Reduction: 16.0% of original (84.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:31:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:31:12Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:31:14Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:31:18Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:31:18Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:31:18Z", "level": "INFO", "message": " Size: 2153.09MB → 344.79MB (16.0% of original, 84.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:31:18Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:31:18Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:31:18Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:31:36Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:31:36Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:31:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:34:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:34:38Z", "level": "INFO", "message": " Original Size: 1975.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:34:38Z", "level": "INFO", "message": " Encoded Size: 274.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:34:38Z", "level": "INFO", "message": " Reduction: 13.9% of original (86.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:34:38Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:34:38Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:34:40Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:34:44Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:34:44Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:34:44Z", "level": "INFO", "message": " Size: 1975.28MB → 274.59MB (13.9% of original, 86.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:34:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:34:44Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:34:44Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:35:15Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:35:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:35:19Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:38:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:38:16Z", "level": "INFO", "message": " Original Size: 2157.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:38:16Z", "level": "INFO", "message": " Encoded Size: 307.58 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:38:16Z", "level": "INFO", "message": " Reduction: 14.3% of original (85.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:38:16Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:38:16Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:38:19Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:38:22Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:38:22Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:38:22Z", "level": "INFO", "message": " Size: 2157.15MB → 307.58MB (14.3% of original, 85.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:38:22Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:38:23Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:38:23Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:38:44Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:38:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:38:48Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:41:47Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:41:47Z", "level": "INFO", "message": " Original Size: 2446.97 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:41:47Z", "level": "INFO", "message": " Encoded Size: 387.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:41:47Z", "level": "INFO", "message": " Reduction: 15.8% of original (84.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:41:47Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:41:47Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:41:51Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:41:55Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:41:55Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:41:55Z", "level": "INFO", "message": " Size: 2446.97MB → 387.79MB (15.8% of original, 84.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:41:55Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:41:55Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:41:55Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:42:13Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:42:13Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:42:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:45:15Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:45:15Z", "level": "INFO", "message": " Original Size: 2075.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:45:15Z", "level": "INFO", "message": " Encoded Size: 291.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:45:15Z", "level": "INFO", "message": " Reduction: 14.1% of original (85.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:45:15Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:45:15Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:45:18Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:45:21Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:45:21Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:45:21Z", "level": "INFO", "message": " Size: 2075.37MB → 291.7MB (14.1% of original, 85.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:45:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:45:22Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:45:22Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:45:38Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:45:39Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:45:42Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:48:43Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:48:43Z", "level": "INFO", "message": " Original Size: 1917.51 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:48:43Z", "level": "INFO", "message": " Encoded Size: 292.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:48:43Z", "level": "INFO", "message": " Reduction: 15.2% of original (84.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:48:43Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:48:43Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:48:46Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:48:49Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:48:49Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:48:49Z", "level": "INFO", "message": " Size: 1917.51MB → 292.27MB (15.2% of original, 84.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:48:49Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:48:49Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:48:49Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:49:09Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:49:09Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:49:13Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:52:11Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:52:11Z", "level": "INFO", "message": " Original Size: 2159.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:52:11Z", "level": "INFO", "message": " Encoded Size: 335.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:52:11Z", "level": "INFO", "message": " Reduction: 15.5% of original (84.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:52:11Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:52:11Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:52:14Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:52:18Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:52:18Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:52:18Z", "level": "INFO", "message": " Size: 2159.91MB → 335.62MB (15.5% of original, 84.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:52:18Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:52:18Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:52:18Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:52:40Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:52:41Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:52:44Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:55:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:55:44Z", "level": "INFO", "message": " Original Size: 2525.01 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:55:44Z", "level": "INFO", "message": " Encoded Size: 394.22 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:55:44Z", "level": "INFO", "message": " Reduction: 15.6% of original (84.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:55:44Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:55:44Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:55:47Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:55:51Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:55:51Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:55:51Z", "level": "INFO", "message": " Size: 2525.01MB → 394.22MB (15.6% of original, 84.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:55:51Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:55:52Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:55:52Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:56:13Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:56:14Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:56:17Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T22:59:16Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T22:59:16Z", "level": "INFO", "message": " Original Size: 2511.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T22:59:16Z", "level": "INFO", "message": " Encoded Size: 427.56 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T22:59:16Z", "level": "INFO", "message": " Reduction: 17.0% of original (83.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T22:59:16Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T22:59:16Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T22:59:20Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T22:59:24Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T22:59:24Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T22:59:24Z", "level": "INFO", "message": " Size: 2511.14MB → 427.56MB (17.0% of original, 83.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T22:59:24Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T22:59:24Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T22:59:24Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T22:59:42Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T22:59:42Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T22:59:46Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:02:45Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:02:45Z", "level": "INFO", "message": " Original Size: 1981.00 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:02:45Z", "level": "INFO", "message": " Encoded Size: 275.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:02:45Z", "level": "INFO", "message": " Reduction: 13.9% of original (86.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:02:45Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:02:45Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:02:47Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:02:51Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:02:51Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:02:51Z", "level": "INFO", "message": " Size: 1981.0MB → 275.71MB (13.9% of original, 86.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:02:51Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:02:51Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:02:51Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:03:11Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:03:12Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:03:15Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:06:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:06:14Z", "level": "INFO", "message": " Original Size: 2376.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:06:14Z", "level": "INFO", "message": " Encoded Size: 402.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:06:14Z", "level": "INFO", "message": " Reduction: 16.9% of original (83.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:06:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:06:14Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:06:17Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:06:21Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:06:21Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:06:21Z", "level": "INFO", "message": " Size: 2376.41MB → 402.42MB (16.9% of original, 83.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:06:21Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:06:22Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:06:22Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:06:41Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:06:41Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:06:45Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:09:43Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:09:43Z", "level": "INFO", "message": " Original Size: 2268.85 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:09:43Z", "level": "INFO", "message": " Encoded Size: 375.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:09:43Z", "level": "INFO", "message": " Reduction: 16.5% of original (83.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:09:43Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:09:43Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:09:46Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:09:50Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:09:50Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:09:50Z", "level": "INFO", "message": " Size: 2268.85MB → 375.29MB (16.5% of original, 83.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:09:50Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:09:51Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:09:51Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:10:10Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:10:10Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:10:13Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:13:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:13:12Z", "level": "INFO", "message": " Original Size: 2144.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:13:12Z", "level": "INFO", "message": " Encoded Size: 333.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:13:12Z", "level": "INFO", "message": " Reduction: 15.5% of original (84.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:13:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:13:12Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:13:15Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:13:18Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:13:18Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:13:18Z", "level": "INFO", "message": " Size: 2144.67MB → 333.13MB (15.5% of original, 84.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:13:18Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:13:18Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 00 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:13:18Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:13:36Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:13:36Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:13:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:16:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:16:37Z", "level": "INFO", "message": " Original Size: 1965.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:16:37Z", "level": "INFO", "message": " Encoded Size: 307.32 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:16:37Z", "level": "INFO", "message": " Reduction: 15.6% of original (84.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:16:37Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:16:37Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:16:40Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:16:43Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:16:43Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:16:43Z", "level": "INFO", "message": " Size: 1965.41MB → 307.32MB (15.6% of original, 84.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:16:43Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:16:43Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:16:43Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:17:03Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:17:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:17:07Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:20:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:20:04Z", "level": "INFO", "message": " Original Size: 1859.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:20:04Z", "level": "INFO", "message": " Encoded Size: 319.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:20:04Z", "level": "INFO", "message": " Reduction: 17.2% of original (82.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:20:04Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:20:04Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:20:07Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:20:10Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:20:10Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:20:10Z", "level": "INFO", "message": " Size: 1859.7MB → 319.66MB (17.2% of original, 82.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:20:10Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:20:11Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:20:11Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:20:29Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:20:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:20:33Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:23:31Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:23:31Z", "level": "INFO", "message": " Original Size: 1948.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:23:31Z", "level": "INFO", "message": " Encoded Size: 311.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:23:31Z", "level": "INFO", "message": " Reduction: 16.0% of original (84.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:23:31Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:23:31Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:23:34Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:23:37Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:23:37Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:23:37Z", "level": "INFO", "message": " Size: 1948.02MB → 311.6MB (16.0% of original, 84.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:23:37Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:23:38Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:23:38Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:23:56Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:23:56Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:24:00Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:26:58Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:26:58Z", "level": "INFO", "message": " Original Size: 2097.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:26:58Z", "level": "INFO", "message": " Encoded Size: 320.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:26:58Z", "level": "INFO", "message": " Reduction: 15.3% of original (84.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:26:58Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:26:58Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:27:00Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:27:04Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:27:04Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:27:04Z", "level": "INFO", "message": " Size: 2097.75MB → 320.2MB (15.3% of original, 84.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:27:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:27:04Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:27:04Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:27:26Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:27:26Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:27:29Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:30:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:30:27Z", "level": "INFO", "message": " Original Size: 2531.16 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:30:27Z", "level": "INFO", "message": " Encoded Size: 367.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:30:27Z", "level": "INFO", "message": " Reduction: 14.5% of original (85.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:30:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:30:27Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:30:30Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:30:33Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:30:33Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:30:33Z", "level": "INFO", "message": " Size: 2531.16MB → 367.06MB (14.5% of original, 85.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:30:33Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:30:34Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:30:34Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:30:52Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:30:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:30:56Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:33:54Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:33:54Z", "level": "INFO", "message": " Original Size: 2165.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:33:54Z", "level": "INFO", "message": " Encoded Size: 312.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:33:54Z", "level": "INFO", "message": " Reduction: 14.4% of original (85.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:33:54Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:33:54Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:33:56Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:33:59Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:33:59Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:33:59Z", "level": "INFO", "message": " Size: 2165.79MB → 312.71MB (14.4% of original, 85.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:33:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:34:00Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:34:00Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:34:15Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:34:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:34:18Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:37:17Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:37:17Z", "level": "INFO", "message": " Original Size: 1698.21 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:37:17Z", "level": "INFO", "message": " Encoded Size: 279.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:37:17Z", "level": "INFO", "message": " Reduction: 16.5% of original (83.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:37:17Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:37:17Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:37:19Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:37:22Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:37:22Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:37:22Z", "level": "INFO", "message": " Size: 1698.21MB → 279.77MB (16.5% of original, 83.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:37:22Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:37:23Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 07 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:37:23Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:37:39Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:37:39Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:37:42Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:40:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:40:42Z", "level": "INFO", "message": " Original Size: 1908.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:40:42Z", "level": "INFO", "message": " Encoded Size: 284.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:40:42Z", "level": "INFO", "message": " Reduction: 14.9% of original (85.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:40:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:40:42Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:40:44Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:40:47Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:40:47Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:40:47Z", "level": "INFO", "message": " Size: 1908.73MB → 284.91MB (14.9% of original, 85.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:40:47Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:40:48Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 08 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:40:48Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:41:03Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:41:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:41:06Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:44:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:44:05Z", "level": "INFO", "message": " Original Size: 1781.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:44:05Z", "level": "INFO", "message": " Encoded Size: 300.93 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:44:05Z", "level": "INFO", "message": " Reduction: 16.9% of original (83.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:44:05Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:44:05Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:44:08Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:44:11Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:44:11Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:44:11Z", "level": "INFO", "message": " Size: 1781.66MB → 300.93MB (16.9% of original, 83.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:44:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:44:11Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 09 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:44:11Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:44:32Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:44:32Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:44:35Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:47:33Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:47:33Z", "level": "INFO", "message": " Original Size: 2280.00 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:47:33Z", "level": "INFO", "message": " Encoded Size: 372.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:47:33Z", "level": "INFO", "message": " Reduction: 16.3% of original (83.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:47:33Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:47:33Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:47:36Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:47:40Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:47:40Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:47:40Z", "level": "INFO", "message": " Size: 2280.0MB → 372.33MB (16.3% of original, 83.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:47:40Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:47:40Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 10 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:47:40Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:48:01Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:48:01Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:48:05Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:51:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:51:04Z", "level": "INFO", "message": " Original Size: 2314.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:51:04Z", "level": "INFO", "message": " Encoded Size: 370.49 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:51:04Z", "level": "INFO", "message": " Reduction: 16.0% of original (84.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:51:04Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:51:04Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:51:07Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:51:10Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:51:10Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:51:10Z", "level": "INFO", "message": " Size: 2314.99MB → 370.49MB (16.0% of original, 84.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:51:10Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:51:11Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 11 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:51:11Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:51:26Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:51:27Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:51:30Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:54:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:54:28Z", "level": "INFO", "message": " Original Size: 1825.25 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:54:28Z", "level": "INFO", "message": " Encoded Size: 333.69 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:54:28Z", "level": "INFO", "message": " Reduction: 18.3% of original (81.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:54:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:54:28Z", "level": "INFO", "message": " Audio Streams: 2 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:54:31Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:54:34Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:54:34Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:54:34Z", "level": "INFO", "message": " Size: 1825.25MB → 333.69MB (18.3% of original, 81.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:54:34Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:54:34Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - 12 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:54:34Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:54:36Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:54:36Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:54:37Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:54:49Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:54:49Z", "level": "INFO", "message": " Original Size: 203.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:54:49Z", "level": "INFO", "message": " Encoded Size: 39.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:54:49Z", "level": "INFO", "message": " Reduction: 19.6% of original (80.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:54:49Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:54:49Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:54:49Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:54:50Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:54:50Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:54:50Z", "level": "INFO", "message": " Size: 203.33MB → 39.91MB (19.6% of original, 80.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:54:50Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:54:50Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:54:50Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:54:52Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:54:52Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:54:53Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:55:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:55:05Z", "level": "INFO", "message": " Original Size: 190.59 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:55:05Z", "level": "INFO", "message": " Encoded Size: 25.60 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:55:05Z", "level": "INFO", "message": " Reduction: 13.4% of original (86.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:55:05Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:55:05Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:55:05Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:55:06Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:55:06Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:55:06Z", "level": "INFO", "message": " Size: 190.59MB → 25.6MB (13.4% of original, 86.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:55:06Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:55:06Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:55:06Z", "level": "INFO", "message": "Processing: [IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:55:08Z", "level": "INFO", "message": "Copied [IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:55:08Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:55:09Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:55:21Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:55:21Z", "level": "INFO", "message": " Original Size: 193.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:55:21Z", "level": "INFO", "message": " Encoded Size: 26.99 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:55:21Z", "level": "INFO", "message": " Reduction: 14.0% of original (86.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:55:21Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:55:21Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:55:21Z", "level": "INFO", "message": "Moved [IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:55:22Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:55:22Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:55:22Z", "level": "INFO", "message": " Size: 193.2MB → 26.99MB (14.0% of original, 86.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:55:22Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:55:22Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD HERO - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:55:22Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:55:40Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:55:40Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:55:42Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:58:38Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:58:38Z", "level": "INFO", "message": " Original Size: 2131.25 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:58:38Z", "level": "INFO", "message": " Encoded Size: 309.54 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:58:38Z", "level": "INFO", "message": " Reduction: 14.5% of original (85.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:58:38Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:58:38Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:58:41Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:58:43Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:58:43Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:58:43Z", "level": "INFO", "message": " Size: 2131.25MB → 309.54MB (14.5% of original, 85.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:58:43Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:58:43Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:58:43Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:58:45Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:58:45Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:58:46Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:59:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:59:12Z", "level": "INFO", "message": " Original Size: 238.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:59:12Z", "level": "INFO", "message": " Encoded Size: 25.52 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:59:12Z", "level": "INFO", "message": " Reduction: 10.7% of original (89.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:59:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:59:12Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:59:12Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:59:13Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:59:13Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:59:13Z", "level": "INFO", "message": " Size: 238.41MB → 25.52MB (10.7% of original, 89.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:59:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:59:13Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - Special 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:59:13Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:59:15Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:59:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:59:16Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-22T23:59:40Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-22T23:59:40Z", "level": "INFO", "message": " Original Size: 239.71 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-22T23:59:40Z", "level": "INFO", "message": " Encoded Size: 24.76 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-22T23:59:40Z", "level": "INFO", "message": " Reduction: 10.3% of original (89.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-22T23:59:40Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-22T23:59:40Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-22T23:59:40Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-22T23:59:41Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-22T23:59:41Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-22T23:59:41Z", "level": "INFO", "message": " Size: 239.71MB → 24.76MB (10.3% of original, 89.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-22T23:59:41Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-22T23:59:41Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - Special 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-22T23:59:41Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-22T23:59:44Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-22T23:59:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-22T23:59:45Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:00:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:00:13Z", "level": "INFO", "message": " Original Size: 275.15 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:00:13Z", "level": "INFO", "message": " Encoded Size: 30.81 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:00:13Z", "level": "INFO", "message": " Reduction: 11.2% of original (88.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:00:13Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:00:13Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:00:14Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:00:14Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:00:14Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:00:14Z", "level": "INFO", "message": " Size: 275.15MB → 30.81MB (11.2% of original, 88.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:00:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:00:15Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - Special 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:00:15Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:00:17Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:00:17Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:00:18Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:00:44Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:00:44Z", "level": "INFO", "message": " Original Size: 235.34 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:00:44Z", "level": "INFO", "message": " Encoded Size: 29.80 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:00:44Z", "level": "INFO", "message": " Reduction: 12.7% of original (87.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:00:44Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:00:44Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:00:44Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:00:45Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:00:45Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:00:45Z", "level": "INFO", "message": " Size: 235.34MB → 29.8MB (12.7% of original, 87.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:00:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:00:45Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - Special 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:00:45Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:00:48Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:00:48Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:00:49Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:01:15Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:01:15Z", "level": "INFO", "message": " Original Size: 312.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:01:15Z", "level": "INFO", "message": " Encoded Size: 37.70 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:01:15Z", "level": "INFO", "message": " Reduction: 12.1% of original (87.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:01:15Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:01:15Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:01:15Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:01:16Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:01:16Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:01:16Z", "level": "INFO", "message": " Size: 312.28MB → 37.7MB (12.1% of original, 87.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:01:16Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:01:16Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - Special 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:01:16Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:01:18Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:01:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:01:19Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:01:43Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:01:43Z", "level": "INFO", "message": " Original Size: 247.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:01:43Z", "level": "INFO", "message": " Encoded Size: 27.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:01:43Z", "level": "INFO", "message": " Reduction: 10.9% of original (89.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:01:43Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:01:43Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:01:43Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:01:44Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:01:44Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:01:44Z", "level": "INFO", "message": " Size: 247.67MB → 27.08MB (10.9% of original, 89.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:01:44Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:01:44Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - Special 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:01:44Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:01:45Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:01:45Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:01:46Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:01:58Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:01:58Z", "level": "INFO", "message": " Original Size: 136.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:01:58Z", "level": "INFO", "message": " Encoded Size: 17.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:01:58Z", "level": "INFO", "message": " Reduction: 12.6% of original (87.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:01:58Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:01:58Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:01:58Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:01:59Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:01:59Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:01:59Z", "level": "INFO", "message": " Size: 136.96MB → 17.2MB (12.6% of original, 87.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:01:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:01:59Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:01:59Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:02:01Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:02:01Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:02:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Original Size: 157.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Encoded Size: 26.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Reduction: 16.9% of original (83.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Size: 157.29MB → 26.65MB (16.9% of original, 83.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:02:14Z", "level": "INFO", "message": "Processing: [IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:02:16Z", "level": "INFO", "message": "Copied [IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:02:16Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:02:17Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Original Size: 157.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Encoded Size: 26.73 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Reduction: 17.0% of original (83.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": "Moved [IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Size: 157.18MB → 26.73MB (17.0% of original, 83.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD BorN - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:02:29Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:02:43Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:02:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:02:45Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:05:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:05:42Z", "level": "INFO", "message": " Original Size: 1186.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:05:42Z", "level": "INFO", "message": " Encoded Size: 238.43 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:05:42Z", "level": "INFO", "message": " Reduction: 20.1% of original (79.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:05:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:05:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:05:44Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:05:45Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:05:45Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:05:45Z", "level": "INFO", "message": " Size: 1186.27MB → 238.43MB (20.1% of original, 79.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:05:45Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:05:45Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:05:45Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:05:46Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:05:46Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:05:47Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Original Size: 112.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Encoded Size: 13.52 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Reduction: 12.0% of original (88.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Size: 112.28MB → 13.52MB (12.0% of original, 88.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - NCED 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:05:59Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:06:00Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:06:00Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:06:01Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:06:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:06:12Z", "level": "INFO", "message": " Original Size: 92.92 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:06:12Z", "level": "INFO", "message": " Encoded Size: 23.07 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:06:12Z", "level": "INFO", "message": " Reduction: 24.8% of original (75.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:06:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:06:12Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:06:13Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:06:13Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:06:13Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:06:13Z", "level": "INFO", "message": " Size: 92.92MB → 23.07MB (24.8% of original, 75.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:06:13Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:06:13Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - NCED 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:06:13Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:06:15Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:06:15Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:06:15Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:06:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:06:27Z", "level": "INFO", "message": " Original Size: 187.62 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:06:27Z", "level": "INFO", "message": " Encoded Size: 30.65 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:06:27Z", "level": "INFO", "message": " Reduction: 16.3% of original (83.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:06:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:06:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:06:27Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:06:28Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:06:28Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:06:28Z", "level": "INFO", "message": " Size: 187.62MB → 30.65MB (16.3% of original, 83.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:06:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:06:28Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - NCOP 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:06:28Z", "level": "INFO", "message": "Processing: [IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:06:30Z", "level": "INFO", "message": "Copied [IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:06:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:06:30Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:06:42Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:06:42Z", "level": "INFO", "message": " Original Size: 190.33 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:06:42Z", "level": "INFO", "message": " Encoded Size: 31.29 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:06:42Z", "level": "INFO", "message": " Reduction: 16.4% of original (83.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:06:42Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:06:42Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:06:42Z", "level": "INFO", "message": "Moved [IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:06:43Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:06:43Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:06:43Z", "level": "INFO", "message": " Size: 190.33MB → 31.29MB (16.4% of original, 83.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:06:43Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:06:43Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD NEW - NCOP 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:06:43Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:06:57Z", "level": "INFO", "message": "Copied [IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:06:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:06:58Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:09:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:09:56Z", "level": "INFO", "message": " Original Size: 1558.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:09:56Z", "level": "INFO", "message": " Encoded Size: 250.68 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:09:56Z", "level": "INFO", "message": " Reduction: 16.1% of original (83.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:09:56Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:09:56Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:09:58Z", "level": "INFO", "message": "Moved [IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:09:59Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:09:59Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:09:59Z", "level": "INFO", "message": " Size: 1558.46MB → 250.68MB (16.1% of original, 83.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:09:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:10:00Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 13 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:10:00Z", "level": "INFO", "message": "Processing: [IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:10:22Z", "level": "INFO", "message": "Copied [IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:10:22Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:10:24Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:13:22Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:13:22Z", "level": "INFO", "message": " Original Size: 2244.67 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:13:22Z", "level": "INFO", "message": " Encoded Size: 237.94 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:13:22Z", "level": "INFO", "message": " Reduction: 10.6% of original (89.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:13:22Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:13:22Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:13:24Z", "level": "INFO", "message": "Moved [IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:13:26Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:13:26Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:13:26Z", "level": "INFO", "message": " Size: 2244.67MB → 237.94MB (10.6% of original, 89.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:13:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:13:26Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - 14 (OVA) (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:13:26Z", "level": "INFO", "message": "Processing: [IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:13:28Z", "level": "INFO", "message": "Copied [IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:13:28Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:13:29Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:13:56Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:13:56Z", "level": "INFO", "message": " Original Size: 218.25 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:13:56Z", "level": "INFO", "message": " Encoded Size: 35.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:13:56Z", "level": "INFO", "message": " Reduction: 16.4% of original (83.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:13:56Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:13:56Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:13:56Z", "level": "INFO", "message": "Moved [IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:13:57Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:13:57Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:13:57Z", "level": "INFO", "message": " Size: 218.25MB → 35.79MB (16.4% of original, 83.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:13:57Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:13:57Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - Special 01 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:13:57Z", "level": "INFO", "message": "Processing: [IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:13:59Z", "level": "INFO", "message": "Copied [IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:13:59Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:13:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:14:28Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:14:28Z", "level": "INFO", "message": " Original Size: 250.69 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:14:28Z", "level": "INFO", "message": " Encoded Size: 36.44 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:14:28Z", "level": "INFO", "message": " Reduction: 14.5% of original (85.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:14:28Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:14:28Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:14:28Z", "level": "INFO", "message": "Moved [IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:14:29Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:14:29Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:14:29Z", "level": "INFO", "message": " Size: 250.69MB → 36.44MB (14.5% of original, 85.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:14:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:14:29Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - Special 02 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:14:29Z", "level": "INFO", "message": "Processing: [IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:14:30Z", "level": "INFO", "message": "Copied [IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:14:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:14:31Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:14:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:14:59Z", "level": "INFO", "message": " Original Size: 182.05 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:14:59Z", "level": "INFO", "message": " Encoded Size: 34.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:14:59Z", "level": "INFO", "message": " Reduction: 19.1% of original (80.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:14:59Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:14:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:14:59Z", "level": "INFO", "message": "Moved [IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:15:00Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:15:00Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:15:00Z", "level": "INFO", "message": " Size: 182.05MB → 34.82MB (19.1% of original, 80.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:15:00Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:15:00Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - Special 03 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:15:00Z", "level": "INFO", "message": "Processing: [IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:15:01Z", "level": "INFO", "message": "Copied [IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:15:02Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:15:02Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:15:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:15:27Z", "level": "INFO", "message": " Original Size: 171.06 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:15:27Z", "level": "INFO", "message": " Encoded Size: 26.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:15:27Z", "level": "INFO", "message": " Reduction: 15.4% of original (84.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:15:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:15:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:15:27Z", "level": "INFO", "message": "Moved [IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:15:28Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:15:28Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:15:28Z", "level": "INFO", "message": " Size: 171.06MB → 26.42MB (15.4% of original, 84.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:15:28Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:15:28Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - Special 04 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:15:28Z", "level": "INFO", "message": "Processing: [IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:15:30Z", "level": "INFO", "message": "Copied [IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:15:30Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:15:31Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:16:04Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:16:04Z", "level": "INFO", "message": " Original Size: 263.30 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:16:04Z", "level": "INFO", "message": " Encoded Size: 48.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:16:04Z", "level": "INFO", "message": " Reduction: 18.4% of original (81.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:16:04Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:16:04Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:16:05Z", "level": "INFO", "message": "Moved [IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:16:05Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:16:05Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:16:05Z", "level": "INFO", "message": " Size: 263.3MB → 48.39MB (18.4% of original, 81.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:16:05Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:16:05Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - Special 05 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:16:05Z", "level": "INFO", "message": "Processing: [IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:16:07Z", "level": "INFO", "message": "Copied [IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:16:07Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:16:07Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Original Size: 156.18 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Encoded Size: 22.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Reduction: 14.6% of original (85.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": "Moved [IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Size: 156.18MB → 22.79MB (14.6% of original, 85.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - Special 06 (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:16:37Z", "level": "INFO", "message": "Processing: [IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:16:39Z", "level": "INFO", "message": "Copied [IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:16:39Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:16:40Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:16:52Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:16:52Z", "level": "INFO", "message": " Original Size: 181.09 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:16:52Z", "level": "INFO", "message": " Encoded Size: 47.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:16:52Z", "level": "INFO", "message": " Reduction: 26.4% of original (73.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:16:52Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:16:52Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:16:52Z", "level": "INFO", "message": "Moved [IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:16:53Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:16:53Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:16:53Z", "level": "INFO", "message": " Size: 181.09MB → 47.83MB (26.4% of original, 73.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:16:53Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:16:53Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - NCED (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:16:53Z", "level": "INFO", "message": "Processing: [IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T00:16:54Z", "level": "INFO", "message": "Copied [IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC).mkv → [IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T00:16:55Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T00:16:55Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T00:17:07Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T00:17:07Z", "level": "INFO", "message": " Original Size: 194.96 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T00:17:07Z", "level": "INFO", "message": " Encoded Size: 29.79 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T00:17:07Z", "level": "INFO", "message": " Reduction: 15.3% of original (84.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T00:17:07Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T00:17:07Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T00:17:07Z", "level": "INFO", "message": "Moved [IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC) - [EHX].mkv → [IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T00:17:08Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: [IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC) - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T00:17:08Z", "level": "INFO", "message": " Type: ANIME | Show: High School D×D (2012)", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T00:17:08Z", "level": "INFO", "message": " Size: 194.96MB → 29.79MB (15.3% of original, 84.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T00:17:08Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T00:17:08Z", "level": "INFO", "message": "Deleted original and processing copy for [IK] High School DxD - NCOP (BD 1920x1080 Hi10 FLAC).mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T00:17:08Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 659} +{"timestamp": "2026-02-23T01:20:50Z", "level": "INFO", "message": "Using path as-is: P:\\anime\\SHOSHIMIN - How to Become Ordinary", "module": "main", "function": "normalize_input_path", "line": 64} +{"timestamp": "2026-02-23T01:20:50Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:20:57Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:20:57Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:20:58Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:23:53Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:23:53Z", "level": "INFO", "message": " Original Size: 753.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:23:53Z", "level": "INFO", "message": " Encoded Size: 160.08 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:23:53Z", "level": "INFO", "message": " Reduction: 21.3% of original (78.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:23:53Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:23:53Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:23:55Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:23:55Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:23:55Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:23:55Z", "level": "INFO", "message": " Size: 753.08MB → 160.08MB (21.3% of original, 78.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:23:55Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:23:56Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E01 - Sheep Costume x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:23:56Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:24:03Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:24:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:24:04Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:26:59Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:26:59Z", "level": "INFO", "message": " Original Size: 782.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:26:59Z", "level": "INFO", "message": " Encoded Size: 147.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:26:59Z", "level": "INFO", "message": " Reduction: 18.8% of original (81.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:26:59Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:26:59Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:27:01Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:27:02Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:27:02Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:27:02Z", "level": "INFO", "message": " Size: 782.89MB → 147.31MB (18.8% of original, 81.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:27:02Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:27:02Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E02 - How to Make Delicious Hot Cocoa x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:27:02Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:27:08Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:27:08Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:27:09Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:30:05Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:30:05Z", "level": "INFO", "message": " Original Size: 706.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:30:05Z", "level": "INFO", "message": " Encoded Size: 146.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:30:05Z", "level": "INFO", "message": " Reduction: 20.7% of original (79.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:30:05Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:30:05Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:30:06Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:30:07Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:30:07Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:30:07Z", "level": "INFO", "message": " Size: 706.75MB → 146.46MB (20.7% of original, 79.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:30:07Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:30:07Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E03 - Humpty Dumpty x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:30:07Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:30:13Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:30:14Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:30:15Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:33:09Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:33:09Z", "level": "INFO", "message": " Original Size: 684.77 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:33:09Z", "level": "INFO", "message": " Encoded Size: 139.25 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:33:09Z", "level": "INFO", "message": " Reduction: 20.3% of original (79.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:33:09Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:33:09Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:33:11Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:33:11Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:33:11Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:33:11Z", "level": "INFO", "message": " Size: 684.77MB → 139.25MB (20.3% of original, 79.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:33:11Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:33:12Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E04 - Mind of a Lone Wolf x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:33:12Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:33:18Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:33:18Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:33:19Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:36:14Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:36:14Z", "level": "INFO", "message": " Original Size: 762.44 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:36:14Z", "level": "INFO", "message": " Encoded Size: 135.78 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:36:14Z", "level": "INFO", "message": " Reduction: 17.8% of original (82.2% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:36:14Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:36:14Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:36:15Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:36:16Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:36:16Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:36:16Z", "level": "INFO", "message": " Size: 762.44MB → 135.78MB (17.8% of original, 82.2% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:36:16Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:36:16Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E05 - Berliner Mystery x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:36:16Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:36:22Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:36:23Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:36:23Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:39:18Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:39:18Z", "level": "INFO", "message": " Original Size: 769.93 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:39:18Z", "level": "INFO", "message": " Encoded Size: 149.39 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:39:18Z", "level": "INFO", "message": " Reduction: 19.4% of original (80.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:39:18Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:39:18Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:39:19Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:39:20Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:39:20Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:39:20Z", "level": "INFO", "message": " Size: 769.93MB → 149.39MB (19.4% of original, 80.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:39:20Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:39:21Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E06 - But I Get to Keep Charlotte x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:39:21Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:39:27Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:39:27Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:39:28Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:42:24Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:42:24Z", "level": "INFO", "message": " Original Size: 738.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:42:24Z", "level": "INFO", "message": " Encoded Size: 144.63 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:42:24Z", "level": "INFO", "message": " Reduction: 19.6% of original (80.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:42:24Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:42:24Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:42:25Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:42:26Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:42:26Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:42:26Z", "level": "INFO", "message": " Size: 738.83MB → 144.63MB (19.6% of original, 80.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:42:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:42:26Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E07 - Shake Half x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:42:26Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:42:32Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:42:32Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:42:33Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:45:27Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:45:27Z", "level": "INFO", "message": " Original Size: 743.89 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:45:27Z", "level": "INFO", "message": " Encoded Size: 142.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:45:27Z", "level": "INFO", "message": " Reduction: 19.2% of original (80.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:45:27Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:45:27Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:45:28Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:45:29Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:45:29Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:45:29Z", "level": "INFO", "message": " Size: 743.89MB → 142.98MB (19.2% of original, 80.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:45:29Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:45:29Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E08 - C'mere, You Want Some Free Candy x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:45:29Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:45:35Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:45:35Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:45:36Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:48:29Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:48:29Z", "level": "INFO", "message": " Original Size: 659.52 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:48:29Z", "level": "INFO", "message": " Encoded Size: 134.14 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:48:29Z", "level": "INFO", "message": " Reduction: 20.3% of original (79.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:48:29Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:48:29Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:48:31Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:48:31Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:48:31Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:48:31Z", "level": "INFO", "message": " Size: 659.52MB → 134.14MB (20.3% of original, 79.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:48:31Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:48:32Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E09 - Sweet Memory (Part 1) x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:48:32Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:48:38Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:48:38Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:48:39Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:51:34Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:51:34Z", "level": "INFO", "message": " Original Size: 729.55 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:51:34Z", "level": "INFO", "message": " Encoded Size: 144.02 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:51:34Z", "level": "INFO", "message": " Reduction: 19.7% of original (80.3% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:51:34Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:51:34Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:51:35Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:51:36Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:51:36Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:51:36Z", "level": "INFO", "message": " Size: 729.55MB → 144.02MB (19.7% of original, 80.3% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:51:36Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:51:36Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S01E10 - Sweet Memory (Part 2) x265 FLAC Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:51:36Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:51:47Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:51:47Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:51:49Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:54:54Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:54:54Z", "level": "INFO", "message": " Original Size: 1259.13 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:54:54Z", "level": "INFO", "message": " Encoded Size: 150.42 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:54:54Z", "level": "INFO", "message": " Reduction: 11.9% of original (88.1% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:54:54Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:54:54Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:54:55Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:54:56Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:54:56Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:54:56Z", "level": "INFO", "message": " Size: 1259.13MB → 150.42MB (11.9% of original, 88.1% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:54:56Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:54:57Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E01 - A Warm Winter (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:54:57Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:55:06Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:55:06Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:55:07Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T01:58:09Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T01:58:09Z", "level": "INFO", "message": " Original Size: 1081.20 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T01:58:09Z", "level": "INFO", "message": " Encoded Size: 125.75 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T01:58:09Z", "level": "INFO", "message": " Reduction: 11.6% of original (88.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T01:58:09Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T01:58:09Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T01:58:10Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T01:58:12Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T01:58:12Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T01:58:12Z", "level": "INFO", "message": " Size: 1081.2MB → 125.75MB (11.6% of original, 88.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T01:58:12Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T01:58:12Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E02 - A Warm Winter (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T01:58:12Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T01:58:21Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T01:58:21Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T01:58:22Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:01:24Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:01:24Z", "level": "INFO", "message": " Original Size: 1051.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:01:24Z", "level": "INFO", "message": " Encoded Size: 126.74 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:01:24Z", "level": "INFO", "message": " Reduction: 12.1% of original (87.9% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:01:24Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:01:24Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:01:25Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:01:26Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:01:26Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:01:26Z", "level": "INFO", "message": " Size: 1051.26MB → 126.74MB (12.1% of original, 87.9% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:01:26Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:01:26Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E03 - Hesitant Spring x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:01:26Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:01:36Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:01:37Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:01:38Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:04:40Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:04:40Z", "level": "INFO", "message": " Original Size: 1164.91 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:04:40Z", "level": "INFO", "message": " Encoded Size: 143.01 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:04:40Z", "level": "INFO", "message": " Reduction: 12.3% of original (87.7% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:04:40Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:04:40Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:04:41Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:04:42Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:04:42Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:04:42Z", "level": "INFO", "message": " Size: 1164.91MB → 143.01MB (12.3% of original, 87.7% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:04:42Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:04:42Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E04 - Suspicious Summer (Part 1) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:04:42Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:04:53Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:04:53Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:04:54Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:07:57Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:07:57Z", "level": "INFO", "message": " Original Size: 1209.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:07:57Z", "level": "INFO", "message": " Encoded Size: 140.26 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:07:57Z", "level": "INFO", "message": " Reduction: 11.6% of original (88.4% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:07:57Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:07:57Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:07:58Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:07:59Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:07:59Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:07:59Z", "level": "INFO", "message": " Size: 1209.37MB → 140.26MB (11.6% of original, 88.4% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:07:59Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:07:59Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E05 - Suspicious Summer (Part 2) x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:07:59Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:08:09Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:08:09Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:08:11Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:11:13Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:11:13Z", "level": "INFO", "message": " Original Size: 1145.83 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:11:13Z", "level": "INFO", "message": " Encoded Size: 128.41 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:11:13Z", "level": "INFO", "message": " Reduction: 11.2% of original (88.8% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:11:13Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:11:13Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:11:14Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:11:15Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:11:15Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:11:15Z", "level": "INFO", "message": " Size: 1145.83MB → 128.41MB (11.2% of original, 88.8% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:11:15Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:11:15Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E06 - Midsummer Night x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:11:15Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:11:26Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:11:26Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:11:27Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:14:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:14:30Z", "level": "INFO", "message": " Original Size: 1187.86 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:14:30Z", "level": "INFO", "message": " Encoded Size: 135.27 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:14:30Z", "level": "INFO", "message": " Reduction: 11.4% of original (88.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:14:30Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:14:30Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:14:31Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:14:33Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:14:33Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:14:33Z", "level": "INFO", "message": " Size: 1187.86MB → 135.27MB (11.4% of original, 88.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:14:33Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:14:33Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E07 - Autumn Returns x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:14:33Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:14:43Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:14:44Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:14:45Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:17:50Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:17:50Z", "level": "INFO", "message": " Original Size: 1189.66 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:17:50Z", "level": "INFO", "message": " Encoded Size: 131.28 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:17:50Z", "level": "INFO", "message": " Reduction: 11.0% of original (89.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:17:50Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:17:50Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:17:51Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:17:52Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:17:52Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:17:52Z", "level": "INFO", "message": " Size: 1189.66MB → 131.28MB (11.0% of original, 89.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:17:52Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:17:52Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E08 - Should We Really Have Met x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:17:52Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:18:03Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:18:03Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:18:05Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:21:12Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:21:12Z", "level": "INFO", "message": " Original Size: 1243.46 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:21:12Z", "level": "INFO", "message": " Encoded Size: 141.37 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:21:12Z", "level": "INFO", "message": " Reduction: 11.4% of original (88.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:21:12Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:21:12Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:21:13Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:21:15Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:21:15Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:21:15Z", "level": "INFO", "message": " Size: 1243.46MB → 141.37MB (11.4% of original, 88.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:21:15Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:21:15Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E09 - Kobato-kun and Osanai-san x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:21:15Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:21:25Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:21:25Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:21:27Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:24:30Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:24:30Z", "level": "INFO", "message": " Original Size: 1171.12 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:24:30Z", "level": "INFO", "message": " Encoded Size: 134.31 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:24:30Z", "level": "INFO", "message": " Reduction: 11.5% of original (88.5% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:24:30Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:24:30Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:24:31Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:24:32Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:24:32Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:24:32Z", "level": "INFO", "message": " Size: 1171.12MB → 134.31MB (11.5% of original, 88.5% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:24:32Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:24:33Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E10 - Please Water the Dried Flowers x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:24:33Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:24:42Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:24:42Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:24:43Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:27:46Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:27:46Z", "level": "INFO", "message": " Original Size: 1084.98 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:27:46Z", "level": "INFO", "message": " Encoded Size: 123.48 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:27:46Z", "level": "INFO", "message": " Reduction: 11.4% of original (88.6% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:27:46Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:27:46Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:27:47Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:27:48Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:27:48Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:27:48Z", "level": "INFO", "message": " Size: 1084.98MB → 123.48MB (11.4% of original, 88.6% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:27:48Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:27:49Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E11 - The End of What Seemed Like a Golden Age x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:27:49Z", "level": "INFO", "message": "Processing: SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 276} +{"timestamp": "2026-02-23T02:27:58Z", "level": "INFO", "message": "Copied SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA.mkv → SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "process_folder", "line": 299} +{"timestamp": "2026-02-23T02:27:58Z", "level": "INFO", "message": "Auto-selected HEVC encoder for detected 10-bit source", "module": "process_manager", "function": "process_folder", "line": 349} +{"timestamp": "2026-02-23T02:27:59Z", "level": "INFO", "message": "Auto-selected HEVC NVENC for detected 10-bit source", "module": "encode_engine", "function": "run_ffmpeg", "line": 96} +{"timestamp": "2026-02-23T02:31:02Z", "level": "INFO", "message": "\n📊 ENCODE RESULTS:", "module": "encode_engine", "function": "run_ffmpeg", "line": 325} +{"timestamp": "2026-02-23T02:31:02Z", "level": "INFO", "message": " Original Size: 1031.82 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 326} +{"timestamp": "2026-02-23T02:31:02Z", "level": "INFO", "message": " Encoded Size: 124.04 MB", "module": "encode_engine", "function": "run_ffmpeg", "line": 327} +{"timestamp": "2026-02-23T02:31:02Z", "level": "INFO", "message": " Reduction: 12.0% of original (88.0% saved)", "module": "encode_engine", "function": "run_ffmpeg", "line": 328} +{"timestamp": "2026-02-23T02:31:02Z", "level": "INFO", "message": " Resolution: 1920x1080 → 1920x1080", "module": "encode_engine", "function": "run_ffmpeg", "line": 329} +{"timestamp": "2026-02-23T02:31:02Z", "level": "INFO", "message": " Audio Streams: 1 streams processed", "module": "encode_engine", "function": "run_ffmpeg", "line": 330} +{"timestamp": "2026-02-23T02:31:03Z", "level": "INFO", "message": "Moved SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA - [EHX].mkv → SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 716} +{"timestamp": "2026-02-23T02:31:04Z", "level": "INFO", "message": "✅ CONVERSION COMPLETE: SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA - [EHX].mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 756} +{"timestamp": "2026-02-23T02:31:04Z", "level": "INFO", "message": " Type: ANIME | Show: SHOSHIMIN - How to Become Ordinary", "module": "process_manager", "function": "_save_successful_encoding", "line": 757} +{"timestamp": "2026-02-23T02:31:04Z", "level": "INFO", "message": " Size: 1031.82MB → 124.04MB (12.0% of original, 88.0% reduction)", "module": "process_manager", "function": "_save_successful_encoding", "line": 758} +{"timestamp": "2026-02-23T02:31:04Z", "level": "INFO", "message": " Method: CQ | Status: SUCCESS", "module": "process_manager", "function": "_save_successful_encoding", "line": 759} +{"timestamp": "2026-02-23T02:31:04Z", "level": "INFO", "message": "Deleted original and processing copy for SHOSHIMIN - How to Become Ordinary - S02E12 - Just Deserts x265 Opus Bluray-1080p YURASUKA.mkv", "module": "process_manager", "function": "_save_successful_encoding", "line": 772} +{"timestamp": "2026-02-23T02:31:04Z", "level": "INFO", "message": "Batch processing complete", "module": "process_manager", "function": "process_folder", "line": 659} diff --git a/main.py b/main.py index 83075e4..8c5c20e 100644 --- a/main.py +++ b/main.py @@ -106,12 +106,12 @@ Examples: parser.add_argument( "--encoder", dest="encoder", default="hevc", choices=["hevc", "av1"], - help="Video encoder: 'hevc' for HEVC NVENC 10-bit (default), 'av1' for AV1 NVENC 8-bit" + help="Video encoder: 'hevc' for HEVC NVENC 10-bit (default), 'av1' for AV1 NVENC 8-bit. Auto-selected based on source bit depth if not specified" ) parser.add_argument( "--r", "--resolution", dest="resolution", default=None, choices=["480", "720", "1080"], - help="Force target resolution (if not specified: 4K->1080p, else preserve)" + help="Target resolution (acts as max, downscales if source is larger). If not specified: 4K→1080p, else preserve source" ) parser.add_argument( "--test", dest="test_mode", default=False, action="store_true", @@ -127,11 +127,11 @@ Examples: ) parser.add_argument( "--audio-select", dest="audio_select", default=None, - help="Pre-select audio streams to keep (comma-separated, e.g., 1,2). Skips interactive prompt. Requires --filter-audio" + help="Pre-select audio streams to keep (comma-separated, e.g., 1,2). Skips interactive prompt" ) parser.add_argument( "--keep-all-titles", dest="strip_all_titles", default=True, action="store_false", - help="Keep title metadata from all audio tracks (default: False, titles are stripped)" + help="Preserve title metadata on audio tracks (default: titles are stripped)" ) parser.add_argument( "--unforce-subs", dest="unforce_subs", default=False, action="store_true", @@ -151,7 +151,7 @@ Examples: ) parser.add_argument( "--wait", "-w", dest="wait_seconds", type=int, nargs='?', const=-1, default=None, - help="Wait after each successful file (default: 30s if --no-encode, 0s otherwise). Use --wait 0 to disable, --wait 60 for custom" + help="Wait after each file (default: 30s with --no-encode, 0s otherwise). Gives Plex time to detect changes" ) parser.add_argument( "--travel", dest="travel_mode", default=False, action="store_true",