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
Hello! We have just started to use this library and realized that it's completely broken on some devices since 0.10.0.
Prerequisites:
The main problem is that the library crashes unexpectedly in some cases or transcode video with artifacts.
Validator has decided that the input is fine and transcoding is not necessary.
We have several cases:
java.lang.IllegalStateException: Failed to stop the muxer
TranscodeEngine: Unexpected error while transcoding. java.nio.BufferOverflowException
The code we use to call Transcoder:
Transcoder.into(filesProvider.getTempResultFile().absolutePath) .apply { files.forEach { addDataSource(it.absolutePath) } } .setListener(...) .transcode().get()
It seems that rewriting #118 of the transcoder pipeline broke something important.
The text was updated successfully, but these errors were encountered:
Can you provide the media files to reproduce these issues in the demo app?
Sorry, something went wrong.
Videos that were converted with artifacts on OnePlus phones but without them on the android emulator: Part #1 Part #2
Videos from OnePlus 5 Part #1 Part #2
Library transcode video with artifacts. Link to video
I have same issue in below devices.
IMO these issues should be fixed by latest PRs - #159, #200, #201 . Another issue that remains related to buffer overflow is tracked at #163 .
No branches or pull requests
Hello!
We have just started to use this library and realized that it's completely broken on some devices since 0.10.0.
Prerequisites:
The main problem is that the library crashes unexpectedly in some cases or transcode video with artifacts.
Validator has decided that the input is fine and transcoding is not necessary.
and don't transcode video at all. LinkWe have several cases:
java.lang.IllegalStateException: Failed to stop the muxer
. LinkTranscodeEngine: Unexpected error while transcoding. java.nio.BufferOverflowException
. LinkThe code we use to call Transcoder:
It seems that rewriting #118 of the transcoder pipeline broke something important.
The text was updated successfully, but these errors were encountered: