Giter Club home page Giter Club logo

Comments (7)

madhavanmalolan avatar madhavanmalolan commented on July 23, 2024 2

Awesome! That is nice to know!
Best wishes πŸ‘

from ffmpegandroidlibrary.

madhavanmalolan avatar madhavanmalolan commented on July 23, 2024

Does your app do only this or are you trying to integrate as a part of a larger project?
Can you also share your build.gradle?

from ffmpegandroidlibrary.

oct-test avatar oct-test commented on July 23, 2024

I am integrating this library as part of my larger project. Sorry, I can't share the entire build.gradle file. Can you please tell me the specific portion of the gradle file you want know? Is the command to convert the video file format is correct?

from ffmpegandroidlibrary.

madhavanmalolan avatar madhavanmalolan commented on July 23, 2024

Looks like you have overshot the maximum number of methods on the android project. You need to enable multidex
https://developer.android.com/studio/build/multidex.html

FFMPEG Command : ffmpeg -i in.mov -vcodec copy -acodec copy out.mp4

from ffmpegandroidlibrary.

oct-test avatar oct-test commented on July 23, 2024

I have enabled the multidex support. I have tested the library with this command "ffmpeg -y -i input_file.mov -vcodec copy -an output_file.mov" without any error.

from ffmpegandroidlibrary.

oct-test avatar oct-test commented on July 23, 2024

I think you misunderstood my response. Before your suggestion, I already enabled the multidex support. The library is working for muting a video file but when I try to convert the video format, the application crashes.

from ffmpegandroidlibrary.

madhavanmalolan avatar madhavanmalolan commented on July 23, 2024

Your stacktrace seems to suggest multidex is disabled
03-23 14:59:17.864 12242-12242/? I/MultiDex: VM has multidex support, MultiDex support library is disabled.

Can you check that, you might find some help here
https://stackoverflow.com/questions/33326575/vm-has-multidex-support-multidex-support-library-is-disabled#33327028

from ffmpegandroidlibrary.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.