-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
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
Consider switching from ffmpeg4android library as it costs $400 #20
Comments
I found this out awhile back and there is a pull request from April 2 (#13) that has not been merged yet. I refactored the android plugin to use android-ffmpeg-java (which is actually better anyways and is free) and this pull request is ready to go fixing this issue. Thanks. |
awesome, will take a look! |
Unfortunately android-ffmpeg-java from @guardianproject is under GPL which can be a major problem for many users. I noticed https://github.com/appunite/AndroidFFmpeg has Apache 2.0 license which would be much better (though it does have some dependencies with other licenses). |
@rossmartin I tried your pull request and it worked for a single video. Also it is logging ffmepg errors into the java console which makes things much easier!! However when I try to use the concatAndTrimFilesMP4Stream function I run into an error. Do you know why this might be?
The error I get is: It is creating the .ts file automatically, I am only passing in mp4 files |
There is an issue with the datetime format function of android-ffmpeg-java here: I've have changed to:
And it's working much better! |
Great plugin, working really well :)
Just a question, if you can switch the dependancy on the ffmpeg4android library. When running it states it's only a trial. After investigation I've found the license costs $400!!
I believe this is the license information here:
http://www.appfree.org/item.php?item_id=com.netcompss.ffmpeg4android
http://ffmpeg4android.netcompss.com/home/purchase
Consider switching to another library such as:
https://github.com/roman10/android-ffmpeg-tutorial
https://github.com/appunite/AndroidFFmpeg
https://github.com/guardianproject/android-ffmpeg
https://github.com/yixia/FFmpeg-Android
https://github.com/hiteshsondhi88/ffmpeg-android
https://github.com/hiteshsondhi88/ffmpeg-android-java
Thanks!
The text was updated successfully, but these errors were encountered: