-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4k Screen #48
Comments
I don't expect to be able to look into this, but I will let you know if I do and discover something. |
thank you for your response. Could you recommend a debugging method, or path that I could follow to perhaps look into this further? Either way, I appreciate your time and the application. |
At the moment, it's not even working properly on my machine since it's confining itself to a 100x100 pixel area in the upper left corner. I will have to work on this again to fix it for my computer and that will remind me all that's going on so I can advise you how to debug it. Off the top of my head, I would look at the numbers displayed around the rectangle and see if they get into the ffmpeg command that you can see by pressing F3. If those are the same, I don't know why it wouldn't record the same area shown by the green rectangle. You could also see if those numbers make sense as you move the rectangle around and increase it etc. Also, see if there's some sort of scaling needed - maybe they are off by some factor. I mean, see what doubling the coordinates does and try other factors. |
Actually, it's still working on my machine for most ways of launching it, but not for one particular way. This may not be a new bug and it's not one that anyone else noticed. Eventually I will work on it, but for your issue, let me know if you get anything from looking at the coordinates shown around the green rectangle and in the ffmpeg command shown by hitting F3. You can find the coordinates of the active window using other tools and compare when the green rectangle is surrounding the active window. Is the top left corner correct or off by some factor? What about the width and height? One way to get the coordinates of the active window is to use the method used by my older version of Silentcast which was bash based instead of written in C. It used various command line tools to get the information. I don't have a lot of time right now, but my answer (or other answers) to this question will help you get the coordinates of the active window by other means: https://unix.stackexchange.com/questions/14159/how-do-i-find-the-window-dimensions-and-position-accurately-including-decoration |
Did you try my suggestions? What did you discover? If I know the answers to these questions, I could point you to what part of the code to look at or what else to try:
|
I'm sorry, I was finishing up some projects this week. I will try these suggestions and get back to you with the results on Monday. Thank you for your help. |
great little tool. the only issue i'm seeing is that the box i draw on the screen does not accurately reflect the area being recorded when I'm using a 4k screen. Any idea how to remedy something like this? Thank you for your time.
The text was updated successfully, but these errors were encountered: