bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
739 stars 175 forks source link

java.io.FileNotFoundException: x86/ffmpeg #49

Closed mwshubham closed 6 years ago

mwshubham commented 6 years ago

Thanks for your helpful ffmpeg library for Android and your contributions. I was able to run ffmpeg command from past few days. But unfortunately, I am getting the following error. D/FFmpeg: Build.CPU_ABI : x86 D/FFmpeg: file does not exist, creating it... E/FFmpeg: error while opening assets java.io.FileNotFoundException: x86/ffmpeg at android.content.res.AssetManager.openAsset(Native Method) at android.content.res.AssetManager.open(AssetManager.java:374) at android.content.res.AssetManager.open(AssetManager.java:348) at nl.bravobit.ffmpeg.FFmpeg.isSupported(FFmpeg.java:65)

How to reproduce this error? I am not sure but I clear the emulator data and from then onwards I am not able to run FFMpeg commands. I clearly understand this library support x86 architecture. So, I don't this there is any problem. Kindly have a look and let me know if there is anything needed from my side.

Kindly ignore the issue. I was as i was using ignoreAssetsPattern "!ffprobe:!x86:" and after the data is cleared i lost the ffmpeg file.