Bug: 'width not divisible by 2 (853x480)' from screenshot. libx264 requires even width/height. scale=854:480 + decrease can result in 853x480 (odd width). Fix: chain second scale filter that truncates to nearest even number: scale=trunc(iw/2)*2:trunc(ih/2)*2 Verified locally: 4.4MB clip in 4.8s on CPU. |
||
|---|---|---|
| .. | ||
| main.py | ||
| telegram.py | ||