danielpetri1 / bbb-recording-exporter

A client- and server side script to generate BigBlueButton MP4 recordings.
MIT License
102 stars 50 forks source link

Prettier Output #41

Open soheilrahsaz opened 3 years ago

soheilrahsaz commented 3 years ago

Hello Again Thank you for this code and your quick replies and fixes. After showing the result to the end-user, I received some suggestions just to make the output video look prettier to the end-user eyes: 1- Adding some margin from top-right-bottom-left. (especially for the chat part) 2- Adding some sort of separation lines to distinguish between whiteboard and chat image

danielpetri1 commented 3 years ago

Hi, thanks for the suggestion. Unfortunately I won't have the time to work on visual enhancements, since the focus is currently on the functionality. You could replace the white background with a still image having the delineators to obtain the separation lines. This is easily done in FFmpeg:

ffmpeg -framerate 24 -loop 1 -i path/to/image/with/lines...

Nonetheless, PRs are more than welcome.

Regards Daniel

gschwed commented 3 years ago

Hi @danielpetri1 and @soheilrahsaz , I fully vote for that changes in the layout.

What has to be done to include the lines? What can we do to help?

soheilrahsaz commented 3 years ago

Hello @gschwed Unfortunately, I don't know Ruby. So It takes a bit longer for me to actually figure it out.