plugorgau / bbb-render

Scripts to convert a BigBlueButton recording into a single video file
MIT License
64 stars 26 forks source link

Initial cursor work #7

Closed aukondk closed 3 years ago

aukondk commented 3 years ago

Regarding issue #6 Includes a red dot png file that is rendered at (hopefully) the correct spot.

jhenstridge commented 3 years ago

sorry, was trying to clean up the pull request (remove the revert commits) and pushed the wrong changes. The relevant changes can be found here:

https://github.com/plugorgau/bbb-render/tree/cursor-support

The only thing I'm concerned about is the scaling of the y position of the cursor dot. Scaling by a fixed value of 1080 seems wrong. I'll investigate a bit further and then merge this.