madhavanmalolan / ffmpegandroidlibrary

One line integration for FFMPEG Library in Android
MIT License
90 stars 15 forks source link

good, it is possible to convert a gif to webm with your app? #5

Closed orlando9006 closed 6 years ago

orlando9006 commented 6 years ago

When I try to convert using this command I create the empty webm file, could you help me? Controller.getInstance().run(new String[]{ "-y", "-i", mOriginalPath, "-vc", "libvpx", "-b:v", "500K", filePathWebm.getAbsolutePath() });