Project

General

Profile

action #42050

Updated by mkittler over 5 years ago

Currently `videoencoder.cpp` produces an OGG/Theora stream with the framerate hardcoded to 24 FPS. Of course 24 FPS is not really the correct in our case, leading to the videos played 12 times faster. It wrong playback speed. 

 However, sometimes 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. In theory it should be possible to set the framerate correctly, even if it isn't constant. Not sure whether the benefit is worth the implementation effort, though.

Back