You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The video that is captured by wdio-video-reporter plays back the video in a certain speed depending on images taken, which does not reflect the real test speed. To understand better what happened, it would be great to have the possibility to create a "real-time video" with frames taking as long as they were taking in reality.
In our tests, there are a lot of long "waiting times" that I would like to see in the video.
The parameter videoSlowdownMultiplier is helping to get it slower, but still not reflecting reality.
Describe the solution you'd like
Introduce a configuration parameter like videoPlaybackRealtime: true or so, which enables this mode.
Additional context
I quickly researched about the ffmpeg tool and figured out that with a ffconcat file as an input, that contains duration information for each frame, it could probably be achieved, if the recorder would also record those durations.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The video that is captured by
wdio-video-reporter
plays back the video in a certain speed depending on images taken, which does not reflect the real test speed. To understand better what happened, it would be great to have the possibility to create a "real-time video" with frames taking as long as they were taking in reality.In our tests, there are a lot of long "waiting times" that I would like to see in the video.
The parameter
videoSlowdownMultiplier
is helping to get it slower, but still not reflecting reality.Describe the solution you'd like
Introduce a configuration parameter like
videoPlaybackRealtime: true
or so, which enables this mode.Additional context
I quickly researched about the ffmpeg tool and figured out that with a ffconcat file as an input, that contains
duration
information for each frame, it could probably be achieved, if the recorder would also record those durations.The text was updated successfully, but these errors were encountered: