gbstack / ffprobe-python

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

Fixes error with some files with bad encoding in mp3 fields #5

Closed gnarvaja closed 4 years ago

gnarvaja commented 4 years ago

When decoding the output, uses "ignore" to avoid encoding errors.

danlamanna commented 4 years ago

This PR fixes a bug I've also observed.

gbstack commented 4 years ago

thanks for the contribution