gregoryscode / XamarinAndroidFFmpeg

FFmpeg library binding for Xamarin Android
MIT License
5 stars 1 forks source link

using cpu capabilities: none! #2

Open Dhruvbhagat opened 6 years ago

Dhruvbhagat commented 6 years ago

Hey there, I am using this package (version 1.0.4) in my xamarin.forms project and it works fine. Only issue is I am getting warning like "using cpu capabilities: none!", I guess it's not using cpu extensions at all. And as per my observations, videos are being processed too slowly.

Device I am using for testing is Motorola's Moto g5 with android 7.0 os.

Did anyone face same issue?