cesarsouza / screencast-capture

Free utility to continuously capture the computer screen.
http://cesarsouza.github.io/screencast-capture/
GNU General Public License v3.0
121 stars 39 forks source link

Problem with screen resolution #21

Open DnaVenom88 opened 9 years ago

DnaVenom88 commented 9 years ago

My screen resolution is 1920x1080 and the software doesn't capture all the screen: about 7 centimeters on the right of the screen are not recorded.

Moreover the mouse cursor position in the video is shifted to the left.

caesay commented 9 years ago

This is due to the application not being DPI aware - a entry will need to be included in the app manifest signaling that the application should be DPI aware.