pixop / video-compare

Split screen video comparison tool using FFmpeg and SDL2
GNU General Public License v2.0
969 stars 44 forks source link

unicode filename... not work... #25

Closed DandyClubs closed 2 years ago

DandyClubs commented 2 years ago

use Send To integration in Windows File Explorer

dos command...

video-compare.exe "japanese filename include a" "japanese filename include a"

return Invalid argument

etc japanese chinese

i use korean windows 11

jonfryd commented 2 years ago

Hi @DandyClubs,

I have reproduced the issue you describe on Windows 10, as well.

Will look into a fix this week.

jonfryd commented 2 years ago

@DandyClubs,

I have a released a new version just now which addresses the problem. Thanks for reporting the issue.

BTW, please note that the SourceCodePro font used by the HUD does not include Japenese characters (to keep the executable file size down).

Have a good day!