-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Video Compression not working #1
Comments
I am not getting any output in logcat when rebuild your project and when try to compress got above error. its come on MediaController class line 583 ( convertVideoFrame(rgbBuf, yuvBuf, colorFormat, resultWidth, resultHeight, padding, swapUV)) |
Executing tasks: [:app:assembleDebug] Configuration on demand is an incubating feature. :app:compileDebugNdk UP-TO-DATE BUILD SUCCESSFUL Total time: 30.751 secs its my Gradle Console Output |
I've spent last day trying to find what's wrong with the project without any success.. 😢 I cloned the repo from a clean Android Studio installation and all worked fine. I'll ask Babul Patel for any issues he could have. |
@akashqss, everything seems to be ok as per the response from Babul. I will close this issue, please re-open if you think I can help you. |
getting this exception on clicking on compress video button.... Caused by: java.lang.UnsatisfiedLinkError: Native method not found: com.lalongooo.videocompressor.video.MediaController.convertVideoFrame:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;IIIII)I please help me in this... |
After compression some of the video's size got increasing... I have compressed .mp4 file with size 66mb after compression size got increased to 83.1mb.. |
Hi @kalyani30 , please take a look to this comment #2 (comment) |
I am using your code .when click on compress button it forcefully closed.
Caused by: java.lang.UnsatisfiedLinkError: Native method not found: com.lalongooo.videocompressor.video.MediaController.convertVideoFrame:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;IIIII)I
The text was updated successfully, but these errors were encountered: