Closed deepattwoiq closed 4 years ago
Try to install one of the GPL
licensed mobile-ffmpeg
packages. x264
and x265
is enabled only in them.
Thank you very much for prompt reply.
Could you please tell me which are GPL licensed packages? And what will be the procedure to add them into my project. Or any document reference where I can get that information.
Thanks in advance.
Please read the README. 2.1 Packages sections lists all the packages and 2.2 Android section explains how a package can be installed.
Yes Its done. Now it sounds naive question but I am glad I asked. Thanks a lot.
For future reference It requires Minimum SDK Version 24 - Android-7
You have two options there. See 4. LTS Releases
That seems the exact thing I wanted. Thanks @tanersener Now Only thing I wish for is to reduce apk size !!
Description
I tried running test android app on my nokia 3.1 Android 10 Device. My goal is to compress Video with HEVC H,265.
Expected behavior It should encode video to provided options
Current behavior But it only works for mpeg4 not for x264 or x265. It says Encode failed. Please check logs for detail.
Logs attaching debuglog from android studio https://ghostbin.co/paste/s2f3d
Environment