brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
480 stars 57 forks source link

I am getting error while adding dependency of FFMpeg #161

Open sunil-singh-chaudhary opened 5 years ago

sunil-singh-chaudhary commented 5 years ago

ERROR: Failed to resolve: protect:android-ffmpeg:release

dependency error pls help how to resolve it

licaon-kter commented 5 years ago

How do you want to build? Gradle? Android Studio?

sunil-singh-chaudhary commented 5 years ago

i am trying to build and now getting error with the dependency i use this dependency implementation 'nl.bravobit:android-ffmpeg:1.1.7@aar' instead of this implementation 'protect:android-ffmpeg:release@aar' but now getting more errors in android studio

brarcher commented 5 years ago

The ffmpeg android dependency is from https://github.com/brarcher/ffmpeg-android. There should be a binary build of that project included in https://github.com/brarcher/ffmpeg-android-java, when is then included in Video Transcoder. Building with gradle should work without issue, as that is how I build releases. Do you have local changes you are trying to include, or are you simply building from the master branch?

sunil-singh-chaudhary commented 5 years ago

YES actually i find the solution . for others who hv the same error it mainly due to new build.gradle dependency nl.bravobit:android-ffmpeg:1.1.7@aar insist of you can use ### nl.bravobit:android-ffmpeg:1.1.1@aar