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 8th March 2007, 02:19 PM
krige's Avatar
krige Offline
Registered User
 
Join Date: Mar 2007
Location: Cosenza, Italy
Age: 37
Posts: 51
Screen Recorder

Is there any Screen Recorder shipped with FC or available among its extras?
Reply With Quote
  #2  
Old 8th March 2007, 03:07 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
there's one called istanbul in extras

Code:
yum install istanbul
Reply With Quote
  #3  
Old 8th March 2007, 03:20 PM
krige's Avatar
krige Offline
Registered User
 
Join Date: Mar 2007
Location: Cosenza, Italy
Age: 37
Posts: 51
Thanks a lot!
Do you think it is safe to install it on a FC4 through the following command?
yum --enablerepo=extras-development install istanbul
Reply With Quote
  #4  
Old 8th March 2007, 03:28 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
why not give it a go? If the dependency list is large then cancel that if it's a production system.

istanbul is a python program, the latest using python 2.4, so If you have that installed it should be enough.

You can try installing an rpm directly, eg here is the fc5 version
http://rpm.pbone.net/index.php3/stat....i386.rpm.html
Reply With Quote
  #5  
Old 8th March 2007, 03:33 PM
krige's Avatar
krige Offline
Registered User
 
Join Date: Mar 2007
Location: Cosenza, Italy
Age: 37
Posts: 51
I tried but I got back several missing dependencies errors.
I will go for the rpm, thanks again!
Reply With Quote
  #6  
Old 8th March 2007, 03:40 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
On that rpm.pbone.net page they list the required dependencies (under the 'Check requires' button), and I was wrong to say python 2.4 would be enough.

You will have to install these manually if yum doesn't work.
Reply With Quote
  #7  
Old 9th March 2007, 04:45 PM
krige's Avatar
krige Offline
Registered User
 
Join Date: Mar 2007
Location: Cosenza, Italy
Age: 37
Posts: 51
Quote:
Originally Posted by sideways
why not give it a go? If the dependency list is large then cancel that if it's a production system.
I went with:

yum --enablerepo=extras-development --enablerepo=development install istanbul

and it did resolve all the dependencies: the list is not only large, it's huge! I am doing it right now and it has been processing them for several minutes by now. Is it a risk to finish the process? What could go wrong if I proceed with the installation?
Reply With Quote
  #8  
Old 9th March 2007, 05:30 PM
krige's Avatar
krige Offline
Registered User
 
Join Date: Mar 2007
Location: Cosenza, Italy
Age: 37
Posts: 51
Quote:
Originally Posted by krige
I am doing it right now and it has been processing them for several minutes by now. Is it a risk to finish the process? What could go wrong if I proceed with the installation?
After half an hour of processing it ended again with missing dependencies errors. Is there any other painless way to install istanbul on a FC4 or do I really need to manually install all the required dependencies manually? And how am I supposed to succeed in that, when yum failed it?
Reply With Quote
  #9  
Old 9th March 2007, 11:13 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Quote:
Originally Posted by krige
After half an hour of processing it ended again with missing dependencies errors. Is there any other painless way to install istanbul on a FC4 or do I really need to manually install all the required dependencies manually? And how am I supposed to succeed in that, when yum failed it?
Unfortunately for you, the FC4 repos are no longer maintained, and this is an expected problem.

If you look at the requires list on the rpm.pbone.net link, you can try to locate the rpms one by one, if you have the java plugin enabled the 'Check requires' button will attempt to diagnose your system and tell you what is missing.

Sorry, but FC4 is no longer supported, and this will just be one of many problems you'll have.

You HAVE TO upgrade to FC6, or go with another distro (eg CentOS, which is RHEL without support BUT you'll be ok for software installs & (program) upgrades for next 5 years)
Reply With Quote
  #10  
Old 9th March 2007, 11:21 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
btw, you can install rpms individually with rpm -Uhv <rpm list>, but if dependencies are missing it will fail, you'd have to get all the required rpms in one directory and do rpm -Uhv <path to rpms>/*.rpm.

This is gonna lead to lots of frustration and hair-pulling.

the rpm options mean this:
U means upgrade a package if older one exists, otherwise just install
h gives a nice hash output to show progress
v gives messages to tell you what's happening
Reply With Quote
  #11  
Old 10th March 2007, 02:18 AM
wdgiles's Avatar
wdgiles Offline
Still Nothing
 
Join Date: Dec 2004
Location: Dallas, Texas
Age: 41
Posts: 684
xvidcap works for me.
__________________
You can call me Bill
Registered Linux user: 435641
1 F?? workstation, 1 XBMC PVR and two Win7 workstations.
Too many other pc's - some that are even still running.
Reply With Quote
  #12  
Old 10th March 2007, 02:24 AM
Finalzone's Avatar
Finalzone Online
Community Manager
 
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,367
If you are really brave, you can get the source rpm of istanbul, modify the spec file (look for dependancy in buildrep and requires line) to match the package available on FC4 and rebuild it..
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
Reply With Quote
  #13  
Old 10th March 2007, 02:38 AM
scotta3234's Avatar
scotta3234 Offline
Registered User
 
Join Date: Sep 2005
Location: Fairfax, VA
Posts: 1,280
I highly recommend the program Wink. I have made several tutorials with it.

http://www.debugmode.com/wink/
Reply With Quote
  #14  
Old 10th March 2007, 03:40 PM
krige's Avatar
krige Offline
Registered User
 
Join Date: Mar 2007
Location: Cosenza, Italy
Age: 37
Posts: 51
Thank you all for your precious help and support I installed all the 3 applications suggested so far, plus another one suggested by a friend of mine, and this is the evaluation of each one of them:


istanbul http://live.gnome.org/Istanbul
+ fast saving (probably the encoding is done on the fly)
+ installable through yum
+ half and quarter size recording (quarter size pretty useless since already half size is barely visible)
- can't set frame rate nor video quality
- jerky video produced
- only one video format (Ogg Theora)
- selected area borders unmarked during recording
- output videos generated seem to move at faster rate
- frame rate at full size gets slower and slower as the recording goes on


recordmydesktop http://recordmydesktop.sourceforge.net/
+ installable through yum
+ can set frame rate and video quality, plus several other more detailed settings
+ let's you choose a single window to record
+ very smooth video produced
+ less processing power needed with "Quick Subsampling" and or "Zero Compression" options enabled
- only one video format (Ogg Theora)
- selected/window area borders unmarked during recording
- does not support desktop 3d effects


xvidcaps http://xvidcap.sourceforge.net/
+ installable through yum
+ can set frame rate and video quality, plus several other more detailed settings
+ selected/window area borders clearly marked during recording
+ processing power in use indicator
+ several file formats and video codecs available (mpeg, avi, asf, flv, swf, dv, m1v, m2v, mov)
+ very smooth video produced
- missing "hide controls" option during recording
- preferences not intuitively reachable (through a right click on the the output file name??? Com'on!!!)


Wink http://www.debugmode.com/wink/
+ can set frame rate and video quality
+ handy controls for recording area selection
+ automatic generation of html page with the output video embedded
- slow video produced
- selected/window area borders unmarked during recording
- not installable through yum
- only one video format (swf or equivalent exe for Windows only)
- long processing time for the output file creation


Eventually my choice goes definitely to xvidcaps.
__________________
Registered Linux user: 443874
1 FC6 Workstation, 4 FC4 Servers, 1 FC3 Laptop
Reply With Quote
  #15  
Old 10th March 2007, 04:19 PM
scotta3234's Avatar
scotta3234 Offline
Registered User
 
Join Date: Sep 2005
Location: Fairfax, VA
Posts: 1,280
Thanks for producing this "mini review" for the desktop recorders... i'm sure it will help a lot of folks here.
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
raid1 + dvd recorder gutpak Hardware & Laptops 1 18th May 2006 10:39 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: 21:47 (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