Relative Content

Tag Archive for ffmpeg

ffmpeg difference between time and rtime, utime

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.