diff --git a/README_MkvOpusEnc.md b/README_MkvOpusEnc.md index 3ab6635..efcbaf1 100644 --- a/README_MkvOpusEnc.md +++ b/README_MkvOpusEnc.md @@ -13,6 +13,7 @@ * **Advanced Downmixing:** Includes an optional `--downmix` flag that converts multi-channel audio (5.1, 7.1) to stereo using a dialogue-boosting formula. * **Audio Normalization:** Uses `SoX` to normalize audio levels for a consistent listening experience. * **Metadata Preservation:** Carefully preserves audio track metadata such as titles, language tags, and delay/sync information. +* **Detailed Logging:** Creates a separate, detailed log file for each processed MKV in the `conv_logs/` directory, capturing the full terminal output and conversion details for easy review. * **File Organization:** Automatically moves the original source files to an `original/` directory and the newly processed files to a `completed/` directory, keeping your workspace clean. * **Cross-Platform:** As a Python script using common command-line tools, it is designed to work on Windows, macOS, and Linux. @@ -49,4 +50,9 @@ The following command-line tools must be installed and available in your system' ## Output * Processed files are moved to the `completed/` directory. -* Original files are moved to the `original/ \ No newline at end of file +* Original files are moved to the `original/` directory. +* Per-file logs are saved in the `conv_logs/` directory, containing detailed information about: + * Original audio track properties (codec, bitrate, channels) + * Track titles, languages, and delay information + * Conversion details for each track, including target bitrates + * Any errors or warnings encountered during processing \ No newline at end of file