-
Notifications
You must be signed in to change notification settings - Fork 621
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
Statistics.getTime()The time returned is wrong in version v6.0/v6.0.LTS #957
Comments
We fixed a similar issue in #804. Can you try one of the 6.0 patches e.g. v6.0-1 or v6.0-2? |
您发给我的信件已经收到。I have already received the letter you sent me.
|
I found it by looking at your demo. |
Hey @JeremyTanZone can you help me pls i'm getting wrong Statistics.getTime() during the process here is my issue #958 and here is the link of my test application https://github.com/HamzaBula/Reverse-Video-Demo |
how to fix this bug? |
Description
I am using your ffmpeg-kit [6.0]ib library,
But a problem was discovered when using version [6.0] on the Android platform
Statistics.getTime()The time returned is wrong
This is the time returned in version [5.1]The final time and the total time are equal
2024-04-08 17:04:48.347 22054-22054 System.out Total Millisecond:250150
2024-04-08 17:04:48.358 22054-22828 System.out statistics.getTime():1
2024-04-08 17:04:48.852 22054-22828 System.out statistics.getTime():231628
2024-04-08 17:04:48.890 22054-22828 System.out statistics.getTime():250106
This is the time returned in version [6.0].The final time is not equal to the total time
2024-04-08 17:08:39.091 23322-23322 System.out Total Millisecond:250150
2024-04-08 17:08:39.104 23322-23688 System.out statistics.getTime():0.0
2024-04-08 17:08:39.596 23322-23688 System.out statistics.getTime():18949.637
2024-04-08 17:08:39.712 23322-23688 System.out statistics.getTime():10097.392
When processing audio, the time until the end of processing should be equal to the total audio time.
If the time returned is wrong, I cannot display the percentage to the user.
Can you release a new version to fix this bug?
Expected behavior
Hopefully the statistics.getTime() method will return the correct current processing time
Current behavior
Statistics.getTime() method The time returned is wrong
To Reproduce
When using the 6.0 version of the library, this bug will occur when processing any audio.
Environment
arm-v7a
,arm-v7a-neon
,arm64-v8a
,armv7
,armv7s
,v6.0
/v6.0.LTS
main
4.0
r25b
Other
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: