Ramnath85

Results 1 issues of Ramnath85

I have added implementation 'com.madhavanmalolan.android:ffmpegandroidlibrary:0.0.4' in my dependencies and jcenter under repositories. I tried to do a simple test as below: ``` try { Controller.getInstance().run(new String[]{ "-y", "-i", mp4_location, "-vcodec",...