paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
874 stars 55 forks source link

Increase font and change theme #209

Open x011 opened 3 weeks ago

x011 commented 3 weeks ago

Hi,

I have difficulty reading on dark backgrounds and with small fonts. Is there a way to change both settings?

Thank you. PS: This software is probably the best I've used until now.

paulpacifico commented 2 weeks ago

Hi,

Open the shortcut properties then copy/paste this in the "Target" box:

"C:\Program Files\Shutter Encoder\JRE\bin\javaw.exe" -Dsun.java2d.uiScale=2.0 -Xmx4G-Dsun.java2d.opengl=true -Dswing.aatext=true -Djavax.accessibility.assistive_technologies -Djavax.accessibility.screen_magnifier_present=false -jar "Shutter Encoder.exe"

Let me know if that worked, Paul.