escaped / django-video-encoding

django-video-encoding helps to convert your videos into different formats and resolutions.
BSD 3-Clause "New" or "Revised" License
115 stars 45 forks source link

Do not break on invalid output from ffmpeg - fixes #38 #39

Open ayushin opened 2 years ago

ayushin commented 2 years ago

ffmpeg sometimes outputs crazy non utf-8 characters coming from video metadata. There is no reason to stop processing because of that.

Description

Please include a summary of the proposed changes.

Fixes #(issue)

Checklist