manishkatyan / bbb-mp4

Easily integrate bbb-mp4 app into your BigBlueButton server to automatically convert class recordings into MP4 videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I change video resolution to 1366 x 768

mustifanci opened this issue · comments

Hi. I want change recording screen resolution. I change in ffmpeg-cmd.sh and bbb-mp4.js resolution line but i check recording video. The video resolotion is 1280 X 800. What can i do for change resolution video?

@mustifanci

You can change the resolution by modifying the below files:

https://github.com/manishkatyan/bbb-mp4/blob/main/bbb-mp4.js#L10
https://github.com/manishkatyan/bbb-mp4/blob/main/ffmpeg-cmd.sh#L7

After the changes create a new docker image and use that image in bbb-mp4.sh

Closing this due to inactivity