Menu

#72 Resolution

v1.0 (example)
closed-duplicate
5
2021-03-13
2011-05-24
julio
No

I have a 1080p monitor but want to record in 720p (1280x720) always since full screen (1080p) is too heavy.
It should be as easy as adding:
-x 16 -y 16 -width 1280 -height 720
In the advanced - misc - extra options box.
But I get "Error while parsing the arguments"
What is wrong?

Discussion

  • julio

    julio - 2011-05-24

    I got to an ugly solution:
    1. Created a text file with this single line:
    recordmydesktop -o /home/jprada/Videos/Record/TallerERP.ogv --fps 8 -x 80 -y 80 --width 1280 --height 720 --channels 1 --freq 22050 --v_quality 63 --s_quality 10 --workdir /tmp --on-the-fly-encoding
    2. Right click on it to change properties to executable
    3. Right click and choose "run in terminal"
    4. Starts recording, finally with the right parameters.
    5. To stop, go to terminal and press ctrl-c to stop recording.

    Would be nice to fix the program instead of doing this, but Im no programmer.

     
  • Martin Nordholts

    Thanks for taking the time to report a bug. Duplicate of https://github.com/Enselic/recordmydesktop/issues/28 (Note that this project has moved to GitHub now)

     
  • Martin Nordholts

    • status: open --> closed-duplicate
    • Group: --> v1.0 (example)
     

Log in to post a comment.