Recording Desktop Video
IITDU Forum :: TechTalks :: Ubuntu
Page 1 of 1 • Share •
Recording Desktop Video
I have gone through a lot of softwares.
And I am creating this post mentioning only the things you need to
create an excellent screencast video/hypersnap of your pretty desktop
Requirements:
1. gtk-recordMyDesktop (to record video)
2. mencoder (to convert the recorded video in upload-able format)
Instructions:
(in case of installations, you will need password entering)
1. Installing gtk-recordMyDesktop:
just enter:
sudo apt-get install gtk-recordmydesktop
It will install gtk-recordMyDesktop for you.
2. Installing mencoder:
Enter sudo apt-get install mencoder
3. Preparing gtk-recordMyDesktop!
Now that we are all geared up, lets set it up for recording some
desktop!
go to applications> sound and video > gtk-recordMyDesktop
It will show a window like this:

I have disabled sound for the video so it is grayed out.
Now, go to advanced, and change the working directory to somewhere
suitable. It is the place where it will save the video right after
stopping recording.

You don't need to change anything else I assume.
4. Recording a video:
Simply press the record button if you want to record the whole desktop.
Again, if you want to record desktop in specified area, press the select
window button and you can drag area in the preview window just like
this:

The red area will be blocked for recording.
now if you press the record button, it will start recording!
To stop recording, simply click the button from upper panel.
5. Preparing video for uploading/encoding:
gtk-recordMyDesktop saves video in ogv format. And it is pretty
troublesome when you want to convert it or upload it to places like
youtube.com because they can't encode it to flv format properly,
resulting in HORRIBLY disfigured pictures.
We are going to use mencoder to convert it from ogv to mpg format
Say, the video name is out.ogv and you want it converted to out.mpg
simply write this command in terminal:
mencoder out.ogv -nosound -ovc lavc -o out.mpg
the -nosound switch means it will not include any sound in the output
video, even if your input video has any.
The -ovc lavc part means we are specifying the output codec to
libavcodec codecs - best quality available in mencoder.
and -o means we are outputting the file in out.mpg
Easy, eh?
And guess what, when I used mencoder to convert a 19.6MB file, the
result was a 6.8 MB mpg file ^_^
pretty useful, eh?
And I am creating this post mentioning only the things you need to
create an excellent screencast video/hypersnap of your pretty desktop
Requirements:
1. gtk-recordMyDesktop (to record video)
2. mencoder (to convert the recorded video in upload-able format)
Instructions:
(in case of installations, you will need password entering)
1. Installing gtk-recordMyDesktop:
just enter:
sudo apt-get install gtk-recordmydesktop
It will install gtk-recordMyDesktop for you.
2. Installing mencoder:
Enter sudo apt-get install mencoder
3. Preparing gtk-recordMyDesktop!
Now that we are all geared up, lets set it up for recording some
desktop!
go to applications> sound and video > gtk-recordMyDesktop
It will show a window like this:

I have disabled sound for the video so it is grayed out.
Now, go to advanced, and change the working directory to somewhere
suitable. It is the place where it will save the video right after
stopping recording.

You don't need to change anything else I assume.
4. Recording a video:
Simply press the record button if you want to record the whole desktop.
Again, if you want to record desktop in specified area, press the select
window button and you can drag area in the preview window just like
this:

The red area will be blocked for recording.
now if you press the record button, it will start recording!
To stop recording, simply click the button from upper panel.
5. Preparing video for uploading/encoding:
gtk-recordMyDesktop saves video in ogv format. And it is pretty
troublesome when you want to convert it or upload it to places like
youtube.com because they can't encode it to flv format properly,
resulting in HORRIBLY disfigured pictures.
We are going to use mencoder to convert it from ogv to mpg format
Say, the video name is out.ogv and you want it converted to out.mpg
simply write this command in terminal:
mencoder out.ogv -nosound -ovc lavc -o out.mpg
the -nosound switch means it will not include any sound in the output
video, even if your input video has any.
The -ovc lavc part means we are specifying the output codec to
libavcodec codecs - best quality available in mencoder.
and -o means we are outputting the file in out.mpg
Easy, eh?
And guess what, when I used mencoder to convert a 19.6MB file, the
result was a 6.8 MB mpg file ^_^
pretty useful, eh?
_________________________________________________________________
Adminship / Moderatorship is not about power, it is about Responsibility.
|About me|My Blog|

BIT0122-Amit- Founder

- Course(s):
- BIT
Blood Group: O+
Posts: 4187
Points: 6601

Re: Recording Desktop Video
Thanks a lot!! I was looking for that..to know how to make video :-D
_________________________________________________________________
মানুষ তার স্বপ্নের সমান বড়

BIT0129-Tabassum- Global Moderator

- Course(s):
- BIT
Blood Group: A+
Posts: 1496
Points: 2297

IITDU Forum :: TechTalks :: Ubuntu
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Active Topics!


» Understanding Timestamp Based Protocol
» Hi from Newbie
» Compare an image from a list of images in the sql database....tell which image is matching
» Sending email without email ID
» teach yourself c by herbert schildt pdf
» .NET MVC3: Unable to find the requested .Net Framework Data Provider. It may not be installed.
» SAD Slides: 4.1, 4.2
» QA topic Presentation - Urgent Notice