xamarin-android-ffmpeg icon indicating copy to clipboard operation
xamarin-android-ffmpeg copied to clipboard

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

Open ghost opened this issue 6 years ago • 5 comments

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.

ghost avatar Feb 25 '19 14:02 ghost

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

adamzucchi avatar Mar 19 '19 14:03 adamzucchi

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

Maxgamerboy1 avatar Apr 16 '19 15:04 Maxgamerboy1

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?

ram-sh avatar Jun 14 '19 11:06 ram-sh

Andy news on this?

Kingram91 avatar Jul 17 '19 17:07 Kingram91

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.

alwydl avatar Oct 21 '19 13:10 alwydl