neurospeech / xamarin-android-ffmpeg

Xamarin Android FFMpeg binding
MIT License
30 stars 6 forks source link

Can't install Xamarin.Android.MP4Transcoder into my project #25

Open ghost opened 5 years ago

ghost commented 5 years ago

I have a Xamarin Forms application with the most recent XF version. I'm trying to install Xamarin.Android.MP4Transcoder into the Android project without any luck. I'm seeing the following error:

Package Xamarin.Android.MP4Transcoder 1.0.9 is not compatible with monoandroid90 (MonoAndroid,Version=v9.0). Package Xamarin.Android.MP4Transcoder 1.0.9 supports: net (.NETFramework,Version=v0.0)

Thanks for your library. I'd really like to be able to use it as this issue seems to be a roadblock for me now.

adamzucchi commented 5 years ago

@scxp - Did you find a solution to installing this in your Xamarin Android project? (cc: @ackava) Thanks!

thomasphillipsgb commented 5 years ago

Bump! I would like to use this within a project as it seems to be a useful package.

ram-sh commented 5 years ago

same here:

Package Xamarin.Android.MP4Transcoder 1.0.8 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package Xamarin.Android.MP4Transcoder 1.0.8 supports: net (.NETFramework,Version=v0.0)

is there any alternative? ffmpeg also isn't supported anymore, right?

Kingram91 commented 5 years ago

Andy news on this?

alwydl commented 5 years ago

Download the project, add it to your xamarin Project. Open the properties of the Xamarin.MP4Transcoder and set the Compile using Android version to the one you are using on your main project in the Application tab.