Skip to content

BrakeSmith v0.4.0 — Verified Batch Workflow

Choose a tag to compare

@me-cedric me-cedric released this 02 Aug 03:33
· 15 commits to main since this release

BrakeSmith 0.4.0 turns batch conversion into a durable, inspectable workflow.\n\nHighlights:\n- sealed conversion plans with exact source identity and selected tracks\n- resumable execution journals, retry controls, stop-after-current, and failure limits\n- concurrent cached inventory suitable for large local or SMB libraries\n- x265 8/10-bit controls, HDR/interlace metadata inspection, language and track-title filters\n- output codec, duration, stream, chapter, and size validation before publication\n- safe stale-partial recovery and invalid-output quarantine\n- TOML profiles plus compact, detailed, and JSON views\n- non-interactive policy mode for automation\n\nSafety verification:\n- fully converted one 5,582-second H.264 movie read from a live SMB share\n- validated resulting HEVC/AAC file with ffprobe\n- decoded the complete output with FFmpeg with zero errors\n- verified source checksum, size, and timestamp were unchanged\n- removed the temporary backup only after successful verification\n\nValidation: Ruff clean; 22 tests pass on Python 3.9.