bravobit / FFmpeg-Android

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

Uses the latest FFmpeg release n4.0-39-gda39990 #41

Closed nzackoya closed 6 years ago

nzackoya commented 6 years ago

I updated to this library after using ffmpeg-android-java, but the version of the ffmpeg is still 3.0.1, and not 4.0 or even 3.4. Is there anything I need to setup?

Sub6Resources commented 6 years ago

Are you sure you are calling this library and not ffmpeg-android-java? I recently did the same and didn't have this issue.

Brianvdb commented 6 years ago

Duplicate of: #40

The library is using FFmpeg 4.0.

nzackoya commented 6 years ago

@Sub6Resources I removed ffmpeg-android-java, cleaned the project, rebuilt, and run again. But still it is 3.0.1. Here is what I get when I run a command "ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers.". Should I do anything else?

Sub6Resources commented 6 years ago

@nzackoya Try uninstalling or clearing data for your app on the emulator/device and running again. Perhaps the old binary is still there.

nzackoya commented 6 years ago

@Sub6Resources I removed everything as a paranoid. But, I'll do it one more time. Thanks!