python-ffmpeg icon indicating copy to clipboard operation
python-ffmpeg copied to clipboard

non-utf8 output to stderr causes exceptions

Open chadawagner opened this issue 8 months ago • 0 comments

If there is any ffmpeg output to stderr which cannot be successfully decoded from bytes to utf-8, decode() will raise a UnicodeError and processing will fail. This is possible for example if there are ID3 tags that have some other encoding.

chadawagner avatar May 30 '24 22:05 chadawagner