Closed thematrixdev closed 5 years ago
Hello,
May I know if I need to place the FFMPEG binary file somewhere before I can use your code? Or, putting the two lines on Gradle does the work?
Thanks.
Hi,
You just need to add these 2 lines to gradle file:
implementation 'com.writingminds:FFmpegAndroid:0.3.2' implementation 'org.jcodec:jcodec-android:0.1.9'
Hello,
May I know if I need to place the FFMPEG binary file somewhere before I can use your code? Or, putting the two lines on Gradle does the work?
Thanks.