Author Topic: GIF Recoder for Linux  (Read 3831 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
GIF Recoder for Linux
« on: June 01, 2011, 01:41:11 pm »
Since wxwabbitemu hasn't got GIF Recording yet (we're working on it) I'd like to know if someone knows a Linux program to record a GIF of a part of the screen.

I tried byzanz, but it only allows recording the *whole* screen.

Thanks.

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: GIF Recoder for Linux
« Reply #1 on: June 01, 2011, 01:51:02 pm »
apparently, byzanz allows one to record a specified portion of the screen as well. check out these commands:
byzanz-record [options] filename.gif
Options
Application Options:

-d, --duration=SECS
    Duration of animation (default: 10 seconds)
--delay=SECS
    Delay before start (default: 1 second)
-l, --loop
    Let the animation loop
-c, --cursor
    Record mouse cursor
-x, --x=PIXEL
    X coordinate of rectangle to record
-y, --y=PIXEL
    Y coordinate of rectangle to record
-w, --width=PIXEL
    Width of recording rectangle
-h, --height=PIXEL
    Height of recording rectangle
-v, --verbose
    Be verbose
--display=DISPLAY
    X display to use

Help Options:

-?, --help
    Show help options
--help-gtk
    Show GTK+ Options
--help-all
    Show all help options

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: GIF Recoder for Linux
« Reply #2 on: June 01, 2011, 03:21:00 pm »
Oh shmibs, thanks a lot, I just added it to the panel and pressed it and that way you can't set options.

I didn't use the Terminal, thanks.


EDIT: I just found how to do it through GUI too :D
« Last Edit: June 01, 2011, 05:07:57 pm by Scout »