admin管理员组文章数量:1323029
When I execute a command with "-benchmark" I can get some information like rtime, utime, stime which are real time, user time and system time respectively. But I can't understand what are they exactly? Because as I know, the real time is the wall clock which means the time that the whole process needs.
And there is another time at the end of the command.
Like below:
What is the difference between them? time: 00:00:00.16 rtime: 0.197s
When I execute a command with "-benchmark" I can get some information like rtime, utime, stime which are real time, user time and system time respectively. But I can't understand what are they exactly? Because as I know, the real time is the wall clock which means the time that the whole process needs.
And there is another time at the end of the command.
Like below:
What is the difference between them? time: 00:00:00.16 rtime: 0.197s
Share Improve this question edited Jan 15 at 4:23 nojob asked Jan 15 at 1:12 nojobnojob 172 bronze badges 1- Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Jan 16 at 19:40
1 Answer
Reset to default 0As I understand,
rtime: It's the actual time taken to process the media utime: It shows the time spent in user-mode. It's cpu processing time.
For time, I have questions. What's the total length of the media? What time is showing after ffmpeg completed?
Here is the source code of it: https://github/ffmpeg/ffmpeg/blob/master/fftools/ffmpeg.c#L998
本文标签: ffmpeg difference between time and rtimeutimeStack Overflow
版权声明:本文标题:ffmpeg difference between time and rtime, utime - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742109777a2421191.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论