14.07.2022, 17:36
If you run the GUI by double-clicking on the Hybrid EXE, it handles non-ASCII characters fine. Only the CLI struggles. Maybe the GUI code page is UTF8 while the CLI inherits the terminal one which is US?
The AVIs I am processing are named according to their event, and they are written in Cyrillic
Btw, I tried to set the code page to UTF8 via:
But it did not change anything for Hybrid...
UTF8 most definitely supports Cyrillic, I feel like something just isn't able to properly convert the input string from Cyrillic to UTF8.
The AVIs I am processing are named according to their event, and they are written in Cyrillic

Btw, I tried to set the code page to UTF8 via:
chcp 65001
UTF8 most definitely supports Cyrillic, I feel like something just isn't able to properly convert the input string from Cyrillic to UTF8.