bbb-recording-exporter
bbb-recording-exporter copied to clipboard
Prettier Output
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

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
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?
Hello @gschwed Unfortunately, I don't know Ruby. So It takes a bit longer for me to actually figure it out.