Project

General

Profile

action #42050

Updated by okurz over 4 years ago

## Motivation 

 Better video player with information about how the video run time relates to real time. 

 ## Acceptance criteria 

 * **AC1:** Video player reflects information about time scaling 


 ## Suggestions 

 * Based on the prototype in https://github.com/StefanBruens/StefanBruens.github.io/blob/master/index.html create a video player for openQA 
 * Ensure it shows the time scaling information or the realtime overlayed 


 ## Further details 

 ### Original proposal 

 Currently `videoencoder.cpp` produces an OGG/Theora stream with the framerate hardcoded to 24 FPS. Of course 24 FPS is not really the case, leading to the videos played 12 times faster. It would be useful to add a note in the web UI that the videos are played faster by a constant factor of 12 so people can multiply timestamps or durations to know how long something took for real.

Back