-
-
Notifications
You must be signed in to change notification settings - Fork 796
[Android/IOS] Statistics always returning 0 for all properties #24
Comments
You don't have to do anything else; it sounds like be bug, but I need to check it first. Could you please provide the command you used if it is OK for you? I want to test it locally. |
-y -hide_banner -i [inputpath] -vf hue=s=0 -preset ultrafast -profile:v baseline -level 3.1 -crf 28 -c:a [outputpath] if it helps im using the min-gpl version of your lib. But, when I switched to the others it still has the same bug. |
Tried your command and it worked for me, I received statistics callbacks. To analyze it further, could you please post your command output? |
I tested statistics with negative values; they are not causing any trouble. Is it possible to test your application with the following debug aar? This package includes extra debug logs for statistics, printed to LogCat. They may help to identify this issue. |
No problem mate. I managed to reproduce this issue on I'm working on it, I'll post an update after making some tests. |
Thank you! |
Further tests show that |
Can you test this issue with |
It works! thank you very much :)) |
You're welcome. Thank you for helping me improve. |
I'm currently using 2.1 version of your lib and mimicked your implementation in your test app using Config.enableStatisticsCallback. However, I noticed my StatisticsCallback isn't executed, and if I force get the statistics using Config.getLastReceivedStatistics I only receive all 0s. There's no error also. The command executes fine and exports the video. And I'm also using Config.enableLogCallback and it works fine. Why is this? Do I have to set this up or follow a series of steps before I use this?
Thanks for the help :)
The text was updated successfully, but these errors were encountered: