⚡ Python Rewrite & Performance
- Rewritten from scratch: The entire tool has been rewritten in Python, replacing the original Bash script.
- Why? To ensure future maintainability, improve stability, and allow for more new features in the future (Bash was getting out of hand).
- Performance: RPU analysis (
-inspect) is 5x faster due to native Python processing. - Dependencies: Removed
jq,bc,curl,sed,awk,grep. The script now only uses the standard library and core media tools (ffmpeg, etc.). - Parity: Functionally identical to the v6 Bash version.