umair13adil / KotlinFFMpeg

Examples of using FFMpeg library on Android with Kotlin
http://umairadil.com/
GNU General Public License v3.0
210 stars 54 forks source link

ffmpeg binary #15

Closed thematrixdev closed 5 years ago

thematrixdev commented 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.

umair13adil commented 5 years ago

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'