gbstack / ffprobe-python

A wrapper of ffprobe command to extract metadata from media files.
Other
59 stars 56 forks source link

Fix Unicode error #15

Closed XavierTolza closed 3 years ago

XavierTolza commented 3 years ago

I sometimes get the following error on my files: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 63: invalid start byte This small change fixes it

gbstack commented 3 years ago

thanks for your contribution!