% ./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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
Trying to keep bug triaging pace high, so closing as duplicate to https://github.com/Enselic/recordmydesktop/issues/28