C0D3D3V / bbb-dl

Downlaod BigBlueButton recordings. A simple scrapper for Big Blue Button lessons. Download and merge the audio and video files of a BigBlueButton conference from the conference replay url.
MIT License
62 stars 15 forks source link

Reduce Framerate to increase rendering speed #51

Open C0D3D3V opened 7 months ago

C0D3D3V commented 7 months ago

Try to investigate how to increase rendering time.

Deskshare can have different fps. Old bbb versions use 24fps, new use 5fps. Slideshow could be rendered in less than 24fps. 10fps should be fine. Maybe we could concat somehow both in one run.

C0D3D3V commented 3 months ago

Mh I guess if you have big enough GPU its fine. 😂

But if someone knows a lot about video codecs he can try to improve the ffmpeg comands to reduse fps and so improve redering speed. Keep in mind that deskshare is always 24fps.