[go: up one dir, main page]

Menu

#96 Accept offset (x or y) = 0

v1.0 (example)
closed-duplicate
nobody
None
5
2021-03-13
2017-02-03
Rahul Manne
No

Why can't display offsets x and y be 0? It seems to check specifically for x > 0, but it should be able to accept x >= 0 right?

Discussion

  • Martin Nordholts

    Works for me:

    % ./src/recordmydesktop --x=0 --y=0 --width=256 --height=256
    Initial recording window is set to:
    X:0 Y:0 Width:256 Height:256
    Adjusted recording window is set to:
    X:0 Y:0 Width:256 Height:256
    Your window manager appears to be Xfwm4

    Detected compositing window manager.
    Reverting to full screen capture at every frame.
    To disable this check run with --no-wm-check
    (though that is not advised, since it will probably produce faulty results).

    Initializing...
    Buffer size adjusted to 4096 from 4096 frames.
    Opened PCM device default
    Recording on device default is set to:
    1 channels at 22050Hz
    Capturing!

    Can you please elaborate on how to reproduce?

    Maybe you bump into the (current) limitation that width and height need to be divisible by 16?

     
  • Martin Nordholts

    • status: open --> closed-duplicate
     

Log in to post a comment.