Envek / obs-studio-node-example

Learn how to use OBS Studio from your Electron app for screen video recording
GNU General Public License v2.0
99 stars 19 forks source link

Padding bars around display #8

Closed hrueger closed 4 years ago

hrueger commented 4 years ago

I needed to remove the padding around the display, because my display is in a fullscreen window and the bars make it scale down just a bit, so it is blurry... This can be done with: osn.NodeObs.OBS_content_setPaddingSize(displayId, 0);. Should we add this to the example app @Envek ?

Envek commented 4 years ago

Can't really understand why this padding appears on the first place… But yes, feel free to add it and make a pull request!