Hello,
I use https://github.com/smarnach/pyexiftool (I can update it).
I have a bug with the filename use UTF-8 caractères. This Python wrapper, use a socket and stdin to communicate the commands.
How I can use the stdin with filename with unicode ?
Thanks
Did you try using the -charset filename=utf8 option?
- Phil