madhavanmalolan / ffmpegandroidlibrary

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

is possible convert gif to webm, on your aplication? #6

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() });

madhavanmalolan commented 6 years ago

What is the error you are facing whe you are using this command?

madhavanmalolan commented 6 years ago

Closing due to inactivity