IITDU Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Recording Desktop Video

3 posters

Go down

Recording Desktop Video Empty Recording Desktop Video

Post by BIT0122-Amit Tue May 25, 2010 2:04 am

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 Smile

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:


Recording Desktop Video Screenshot1

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.


Recording Desktop Video Screenshot2

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:


Recording Desktop Video Screenshot3

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 Smile
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 Smile
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?
BIT0122-Amit
BIT0122-Amit
Founder
Founder

Course(s) :
  • BIT

Blood Group : O+
Posts : 4187
Points : 6605

https://iitdu.forumotion.com

Back to top Go down

Recording Desktop Video Empty Re: Recording Desktop Video

Post by BIT0103-Ovid Tue May 25, 2010 11:12 pm

Bravo Recording Desktop Video Icon_cheers
BIT0103-Ovid
BIT0103-Ovid
Release Candidate
Release Candidate

Course(s) :
  • BIT

Blood Group : O-
Posts : 150
Points : 261

Back to top Go down

Recording Desktop Video Empty Re: Recording Desktop Video

Post by BIT0129-Tabassum Thu May 27, 2010 2:23 am

Thanks a lot!! I was looking for that..to know how to make video :-D
BIT0129-Tabassum
BIT0129-Tabassum
Global Moderator
Global Moderator

Course(s) :
  • BIT

Blood Group : A+
Posts : 1496
Points : 2298

http://probe-tabassum.blogspot.com

Back to top Go down

Recording Desktop Video Empty Re: Recording Desktop Video

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum