You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
EnzoRobaina, Cormac1902, benny-dou and dimi-colossal