bbb-recording-exporter icon indicating copy to clipboard operation
bbb-recording-exporter copied to clipboard

Prettier Output

Open soheilrahsaz opened this issue 4 years ago • 3 comments

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

soheilrahsaz avatar Aug 17 '21 09:08 soheilrahsaz

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

danielpetri1 avatar Aug 31 '21 18:08 danielpetri1

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?

gschwed avatar Sep 01 '21 13:09 gschwed

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

soheilrahsaz avatar Sep 05 '21 03:09 soheilrahsaz