Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th December 2010, 10:25 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfedorafirefox
Question The best screen recorder?

Afternoon, guys.

Oopsy! Seems like I didn't have a screen recorder installed in this box yet, (Dan's F11) and I'm trying to get a smooth video of the transition in window transparency. (in Compiz-Fusion)

I've used one before in my old box, and just wasn't entirely thrilled with the results.

So my question is, which of the available screen recorders have you used -- that produced the best results under the given circumstances?


Thanks!
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #2  
Old 9th December 2010, 10:34 PM
CrazyComputerMan Offline
Registered User
 
Join Date: Dec 2010
Posts: 17
windows_xp_2003ie
Re: The best screen recorder?

So far i know in Windows and it's free called CamStudio. Just found out you can install it in for Linux (yippeee)

http://www.osalt.com/camstudio
Reply With Quote
  #3  
Old 9th December 2010, 10:44 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfedorafirefox
Re: The best screen recorder?

Hmmm. Never heard of it before. I'll check the repos.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #4  
Old 9th December 2010, 10:49 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfedorafirefox
Re: The best screen recorder?

have you ever tried just using VLC to capture video from the screen?

Open VLC. Under the first "Media" menu select "Streaming...", then the Capture Device tab where you select "Desktop" for Capture Mode.
Then in the next menu select file and your preferred format.

other than that, I have tried xvidcap but wasn't too pleased with the results.
Reply With Quote
  #5  
Old 9th December 2010, 10:52 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfedorafirefox
Re: The best screen recorder?

Hmmm. No, I hadn't. Didn't even know you could. <....>
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #6  
Old 9th December 2010, 11:07 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfedorafirefox
Re: The best screen recorder?

I played around with it a little awhile back, but haven't really used it much. I don't do much capturing video from my screen.

I was just messing around with it little and couldn't seem to get it to work right Got it to record and save the file, but when I play it back, it's just black. Oh well, so much for that suggestion.
Reply With Quote
  #7  
Old 9th December 2010, 11:30 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfedorafirefox
Re: The best screen recorder?

You did better than I did. Couldn't even get it to start here.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #8  
Old 9th December 2010, 11:36 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfedorafirefox
Re: The best screen recorder?

oh. you do need to be sure that under the View meiu, that advanced controls is checks so that you get the record button, too.

Oh well, I'll look into that some more another time. Take VLC off the lost of screen captures for now.

Might give you something to play with some day when you get totally bored and need something to do, though.
Reply With Quote
  #9  
Old 10th December 2010, 12:14 AM
ElderSnake Online
Registered User
 
Join Date: Nov 2010
Location: Australia
Posts: 684
linuxchrome
Re: The best screen recorder?

I actually just tried VLC capturing for the fun of it and it actually worked, I go it to output to ogg theora..but it only worked for about 10 secs then crashed lol.

Still I got 10 secs of video successfully.

EDIT: Tried again with mp4 and it worked for minutes, didn't crash, I just got bored and stopped it So seems it can work okay. It is very heavy on the CPU though (I have Core 2 Duo). Though I just realised I was doing this on Arch, so I was using fglrx with my ATI.
__________________
OS': Arch Linux (KDE 4.10) - Fedora 17 (MATE) - Arch Linux (E17) - now Windows-free thanks Valve!

Last edited by ElderSnake; 10th December 2010 at 12:22 AM.
Reply With Quote
  #10  
Old 10th December 2010, 12:43 AM
skyxn3t's Avatar
skyxn3t Offline
Registered User
 
Join Date: Jul 2010
Posts: 210
windows_7firefox
Re: The best screen recorder?

1. recordmydesktop:

Code:
yum install gtk-recordmydesktop
2. kazam (I'm not sure if this one is in the fedora repo though, you might need to find it and install it from source if there are no rpms)
Code:
Kazam
http://whyareyoureadingthisurl.wordpress.com/2010/06/29/introducing-a-screencaster-called-kazam/

Last edited by skyxn3t; 10th December 2010 at 12:48 AM.
Reply With Quote
  #11  
Old 10th December 2010, 05:41 AM
Jamwa Offline
Registered User
 
Join Date: Jan 2008
Location: Nairobi Kenya
Posts: 540
linuxfedorafirefox
Re: The best screen recorder?

I have used gtk-recordmydesktop and it worked OK. Other than that you can also use ffmpeg to record your desktop:

Code:
ffmpeg -f x11grab -s 1024x768 -r 400 -i :0.0 out.avi
Reply With Quote
  #12  
Old 10th December 2010, 05:48 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfedorafirefox
Re: The best screen recorder?

Quote:
Originally Posted by ElderSnake View Post
I actually just tried VLC capturing for the fun of it and it actually worked, I go it to output to ogg theora..but it only worked for about 10 secs then crashed lol.

Still I got 10 secs of video successfully.

EDIT: Tried again with mp4 and it worked for minutes, didn't crash, I just got bored and stopped it So seems it can work okay. It is very heavy on the CPU though (I have Core 2 Duo). Though I just realised I was doing this on Arch, so I was using fglrx with my ATI.
Did better than me! I tried it using h264 and it gave me a big black screen when I played it back. lol

I'm sure there are some tweaks that can be done to get it to work properly. I used to use it some, but haven't in a long time so I forget exactly how I had it set up now. Plus, I'm sure vlc has changed some as well.

Would be nice to know how to do it, though. For people that don't capture video from the screen often enough to need a separate application installed for it. Even if vlc was a little more cpu intensive, it would be better than having an app sitting around wasting space for the most part.
Reply With Quote
  #13  
Old 10th December 2010, 07:46 AM
ElderSnake Online
Registered User
 
Join Date: Nov 2010
Location: Australia
Posts: 684
linuxchrome
Re: The best screen recorder?

Yeah, true. Nice mention though.. like Dan, I had no idea VLC could do that

As for Kazam, isn't that basically a nice graphical frontend to ffmpeg?

EDIT: My goodness, VLC can convert too..I just converted a 1.3GB 45 second AVI down to a 3MB mp4 and it worked great..what a program!
__________________
OS': Arch Linux (KDE 4.10) - Fedora 17 (MATE) - Arch Linux (E17) - now Windows-free thanks Valve!

Last edited by ElderSnake; 10th December 2010 at 12:27 PM.
Reply With Quote
  #14  
Old 17th September 2012, 05:54 AM
Mike0108 Offline
Banned
 
Join Date: Sep 2012
Location: US
Posts: 1
windows_7chrome
Re: The best screen recorder?

Now , I use Screen Recording Suite. Have you tried before? Screen Recording Suite helps you to record whatever you want on your computer. For example, it enables you to capture the streaming videos, PowerPoint slides, and screenshot. Are you wondering whether it is hard to use? No, it is quite easy. And don’t worry about the quality of the recordings. You can get HD videos and the sound from system and microphone can be heard clearly. Anyway, it is an excellent screen recorder which is valuable for you.
Reply With Quote
  #15  
Old 17th September 2012, 06:12 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309
linuxfirefox
Re: The best screen recorder?

Hmmm.

Windows only software ... first post ... Posting from Windows ... necrotic thread ... typical spammer username pattern ...

Uh, huh. Okay. So ... This would be an excellent time to send me a Private Message proving you are not a spammer ... before you get summarily banned.


EDIT: Aw, hell. never mind. I'm going to bed. Buh, bye! <....>
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
Reply

Tags
recorder, screen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Recorder krige Using Fedora 17 11th March 2007 12:51 AM
screen recorder white angel Installation and Live Media 3 26th February 2006 02:42 PM
CD recorder Bonboe Using Fedora 0 25th January 2006 05:39 AM


Current GMT-time: 02:39 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat