Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:use_byzanz_to_record_your_screen_as_a_gif [2009/04/22 18:09]
Joel Dare
linux:use_byzanz_to_record_your_screen_as_a_gif [2020/06/01 22:53] (current)
Line 1: Line 1:
 +====== Use byzanz to Record your Screen as a GIF ======
  
 +Adjust the window you are currently using with the following command.
 +
 +  wmctrl -r :ACTIVE: -e 0,​1425,​45,​800,​600
 +
 +Record that part of the screen with byzanz-record.
 +
 +  byzanz-record -d 15 -c --x=1425 --y=45 --width=800 --height=600 movie.gif
 +
 +You can also convert that animated gif to a flash file using the following command.
 +
 +  mencoder byzanz_movie_demo.gif -nosound -ofps 25 -of lavf -ovc lavc -lavcopts vcodec=flv -o byzanz_movie_demo.flv
comments powered by Disqus
linux/use_byzanz_to_record_your_screen_as_a_gif.txt · Last modified: 2020/06/01 22:53 (external edit)