We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a video has a non utf-8 metadate the encoding breaks. This is the output of ffmpeg:
com.apple.quicktime.artwork: ����
And here is where the encoding breaks:
video_encoding/backends/ffmpeg.py", line 97, in encode line = reader.readline()
I think there should be no problem to ignore invalid characters of ffmpeg is happy to process the file?
The text was updated successfully, but these errors were encountered:
Do not break on invalid output from ffmpeg - fixes escaped#38
ac8e4f9
ffmpeg sometimes outputs crazy non utf-8 characters coming from video metadata. There is no reason to stop processing because of that.
@escaped any chance for some feedback on this?
Sorry, something went wrong.
No branches or pull requests
When a video has a non utf-8 metadate the encoding breaks. This is the output of ffmpeg:
And here is where the encoding breaks:
I think there should be no problem to ignore invalid characters of ffmpeg is happy to process the file?
The text was updated successfully, but these errors were encountered: