We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i use this lib run on nexus 6p ,there is a error :
===================================
om.github.hiteshsondhi88.libffmpeg.exceptions.FFmpegNotSupportedException: Device not supported 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.github.hiteshsondhi88.libffmpeg.FFmpeg.loadBinary(FFmpeg.java:52) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.yink.sardar.Compressor.loadBinary(Compressor.java:27) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.BaseScreamingReelActivity.compressVideo(BaseScreamingReelActivity.java:894) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.activity.AddCatchOrEditActivity.compressVideo(AddCatchOrEditActivity.java:234) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.activity.AddCatchOrEditActivity.onCreate(AddCatchOrEditActivity.java:206) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.Activity.performCreate(Activity.java:6251) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.-wrap11(ActivityThread.java) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.os.Handler.dispatchMessage(Handler.java:102) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.os.Looper.loop(Looper.java:148) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.main(ActivityThread.java:5422) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at java.lang.reflect.Method.invoke(Native Method) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
I think this error cause by a cpu arch,but how to solve?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i use this lib run on nexus 6p ,there is a error :
om.github.hiteshsondhi88.libffmpeg.exceptions.FFmpegNotSupportedException: Device not supported
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.github.hiteshsondhi88.libffmpeg.FFmpeg.loadBinary(FFmpeg.java:52)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.yink.sardar.Compressor.loadBinary(Compressor.java:27)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.BaseScreamingReelActivity.compressVideo(BaseScreamingReelActivity.java:894)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.activity.AddCatchOrEditActivity.compressVideo(AddCatchOrEditActivity.java:234)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.cretve.screamingreel.activity.AddCatchOrEditActivity.onCreate(AddCatchOrEditActivity.java:206)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.Activity.performCreate(Activity.java:6251)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.-wrap11(ActivityThread.java)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.os.Handler.dispatchMessage(Handler.java:102)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.os.Looper.loop(Looper.java:148)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at android.app.ActivityThread.main(ActivityThread.java:5422)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at java.lang.reflect.Method.invoke(Native Method)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
07-04 14:15:51.236 4214-4214/com.thescreamingreel.androidapp W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
I think this error cause by a cpu arch,but how to solve?
The text was updated successfully, but these errors were encountered: