Android's FFmpeg.execute() and IOS's mobileffmpeg_execute() methods both return wrong codes. Most of the time it is 1, although operation is successful. It should be zero on success and non-zero on failure. All versions, including v2.0 is affected from this.
I noticed this bug but for me it's always returning 0 even if the operation has failed. Any updates on when you will be pushing version 2.1? Also to clarify, 0 means success while non-zero is for failure? Correct?
You're right, 0 is for success and non-zero is for failure.
I'm testing v1.2 and v2.1 currently. v1.2 has some problems, this is why v2.1 was delayed. Current plan is to publish v1.2 today and v2.1 on friday/saturday.
Thanks for the clarification. Awesome. I'll wait for the v2.1 update then. BTW, great work with the library. 馃憤
@mancio-ingenuity I know you're waiting for v2.1. But I found some new issues and now work on them. I hope you're OK to wait a few days more.
Okay. Cool. But how many days does "few days" mean? Can I have a ballpark estimate so I can prepare on my end also. Thanks!
Two days; on Wednesday it will be released.
Copy. Thanks for the heads up. :)
Fixed in v2.1
Thanks so much @tanersener ! i'll check the update 馃槃
Thanks for using the library. Please share your ideas and open an issue if you encounter an error, so we can make it better.