manishkatyan / bbb-mp4

Easily integrate bbb-mp4 app into your BigBlueButton server to automatically convert class recordings into MP4 videos.
MIT License
55 stars 41 forks source link

How can I change video resolution to 1366 x 768 #45

Closed mustifanci closed 2 years ago

mustifanci commented 2 years ago

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?

arun-hel commented 2 years ago

@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

arun-hel commented 2 years ago

Closing this due to inactivity