neurospeech/xamarin-android-ffmpeg

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

Opened this issue · 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.

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

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

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?

Andy news on this?

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.