screencast
Quick Fedora Screencasting Guide
Submitted by mmorsi on Tue, 2011-08-30 02:01Here is how I orchestrated my recent screencast on Fedora 15:
- $ sudo yum install recordmydesktop ffmpeg avidemux openshot xorg-x11-utils
- Start the program you would like to record, in my case it was virt-manager
- $ xwininfo
- then click on the window to record, this will give you the window id
- $ recordmydesktop --windowid [id-of-window] # this will create an ogv file of the recording
- Feel free to create multiple recordings, to piece together later on
- ffmpeg -i [file.ogv] [file.avi] # convert to avi for editing
- then used avidemux extract specific clips out of the avi files
- then used openshot to piece the avi clips back together w/ any transitions (fade in/wipe out/etc)
- finally I used avidemux again to boost the audio on the final avi file
Now you will have an AVI file which you can upload to youtube / embed in websites or to do with what you want.





