cdgriffith / FastFlix

FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!
MIT License
1.1k stars 55 forks source link

UnicodeDecode Error: 'charmap' #95

Closed robchap79 closed 3 years ago

robchap79 commented 3 years ago

Capture

Hi, love fastflix, have an issue though - I have a lot of files that have russian characters in the metadata I believe the issue with this is that I get the following error when I try to encode them:

UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 2045: character maps to

Which I think is a python issue, but would have no idea where to specify character encoding of a file to make this work.

cdgriffith commented 3 years ago

That's me being an idiot. FFmpeg outputs in UTF-8 and I didn't specify encoding to read it as, and windows defaults to Windows-1252. Thanks for the report, will get out a point release soon!

cdgriffith commented 3 years ago

Fixed in 3.3.1

robchap79 commented 3 years ago

Awesome thank you