Created by: indyquiet
Some movies fail to decode just because of bad metadatas.
Traceback (most recent call last):
File "av\utils.pyx", line 14, in av.utils._decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Examples : Ignoring UnicodeDecodeError bytes from : b'AVI-Mux GUI 1.17.8, Aug 30 2008 12:36:58\xff' -> 'AVI-Mux GUI 1.17.8, Aug 30 2008 12:36:58'
Proposed solution : Merely ignore bad bytes by overriding the errors flag (from 'strict' to 'ignore') also print the original metadata as a warning