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

9th December 2010, 10:25 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
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!
|

9th December 2010, 10:34 PM
|
|
Registered User
|
|
Join Date: Dec 2010
Posts: 17

|
|
|
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
|

9th December 2010, 10:44 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
|
Re: The best screen recorder?
Hmmm. Never heard of it before. I'll check the repos.
|

9th December 2010, 10:49 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
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.
|

9th December 2010, 10:52 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
|
Re: The best screen recorder?
Hmmm. No, I hadn't. Didn't even know you could. <..  ..>
|

9th December 2010, 11:07 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
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.
|

9th December 2010, 11:30 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
|
Re: The best screen recorder?
You did better than I did. Couldn't even get it to start here.
|

9th December 2010, 11:36 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
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.
|

10th December 2010, 12:14 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Location: Australia
Posts: 684

|
|
|
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.
|

10th December 2010, 12:43 AM
|
 |
Registered User
|
|
Join Date: Jul 2010
Posts: 210

|
|
|
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.
|

10th December 2010, 05:41 AM
|
|
Registered User
|
|
Join Date: Jan 2008
Location: Nairobi Kenya
Posts: 540

|
|
|
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
|

10th December 2010, 05:48 AM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: The best screen recorder?
Quote:
Originally Posted by ElderSnake
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.
|

10th December 2010, 07:46 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Location: Australia
Posts: 684

|
|
|
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.
|

17th September 2012, 05:54 AM
|
|
Banned
|
|
Join Date: Sep 2012
Location: US
Posts: 1

|
|
|
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.
|

17th September 2012, 06:12 AM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,309

|
|
|
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! <..  ..>
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
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: 14:38 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|