-
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
Time value in Statistics is increase and decrease, instead of continuous increase #804
Comments
|
@tanersener You mean full log while |
Here is the statistics.
|
Other values are correct, |
By output, I mean console output or logs, which can be taken via |
I have used ffmpeg version n6.0 Copyright (c) 2000-2023 the FFmpeg developers |
|
|
|
Issue is not with time value in log, it is only when using |
I will add statistics of same session for both |
statistics for
statistics for
|
Check only time value for both. |
Logs attached don't contain information needed to analyse the issue. As I stated in my first post, logs from both |
I think i have not explained you properly, apology for that. Logs for both Let me add link to point you directly to there.
Please check time value only. |
Logs above are printed by ffmpeg. We call them console logs, console output, ffmpeg logs, ffmpeg output. They are needed to analyse this issue. They are not provided. Screenshots, log objects can be easy to capture. But they are not easy to understand. Use text data please. |
First i have added output generated from Still I don't understand. Where i went wrong ? Just to make sure i get it right, |
See my next message. The output of
You enable LogCallbacks two times, technically do the same thing, then call one of them
You're mixing up three projects: I shared which methods gives you the |
ffmpeg version n6.0 Copyright (c) 2000-2023 the FFmpeg developers ===================================================================
sessionId=1, videoFrameNumber=0, videoFps=0.0, videoQuality=-1.0, size=0, time=2016.0, bitrate=-0.0, speed=-671999.9762307861 |
Thanks, it looks like the hours value is dropped by the Statistics. That's the problem. There must be a bug inside |
This issue is fixed on version For Apple platforms |
First of all thanks for making such great project.
I will try with details as much as i can.
Description
When migrated from mobile-ffmpeg to ffmpegkit
com.arthenica:mobile-ffmpeg-full:4.4.LTS to com.arthenica:ffmpeg-kit-full:6.0
I am facing issue while using Statistics.time value for showing processed video progress.
Expected behavior
Statistics.time value should work same way in ffmpegKit as it was working in mobile-ffmpeg.
Statistics.time value should have to increase with ongoing video processing.
Current behavior
Right now, the Statistics.time value increase and decrease.
To Reproduce
I have added command that i have used for both ffmpeg and ffmpegKit.
Screenshots
Here is the screenshot of code and logs for mobile-ffmpeg.
Here is the screenshot of code and logs for ffmpegKit.
Logs
I have combined code and logs in screenshot. Please check.
Environment
Other
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: