LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-15-2011, 07:33 PM   #16
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Original Poster
Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667

Quote:
Originally Posted by Witold1983 View Post
Please tell how make it to record vidieo - it says that I must have server (Connection refused) what write into server field?
I haven't used this program in years, but from what I read here, you must install x11vnc and execute the following command before launching vnc2swf:

Code:
x11vnc -quiet -localhost -viewonly -nopw -bg
You can find more about this error (and possible solutions) here.

Regards.
 
Old 11-15-2011, 09:14 PM   #17
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
This is also a good program for desktop recording:

http://recordmydesktop.sourceforge.net/about.php

There's also a front-end for it:

gtk-recordmydesktop
 
Old 11-16-2011, 02:42 AM   #18
Witold1983
LQ Newbie
 
Registered: Nov 2011
Posts: 4

Rep: Reputation: Disabled
Wink Thnx

Thnx for reply I'll try them
 
Old 11-16-2011, 03:09 AM   #19
fukawi1
Member
 
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854

Rep: Reputation: 193Reputation: 193
Just an alternative here.
You can record a screen session from the command line with ffmpeg. To any format.

An example that I use
Code:
(reverse-i-search)`ffm':  ffmpeg -f x11grab -r 25 -s 4480x1080 -i :0.0 -f flv screen_cap.flv
Code:
man ffmpeg
will tell you what to change to get it recording video and audio to the formats you wish.
(keep in mind, you have to have the relevant codecs installed)
 
Old 11-16-2011, 03:19 AM   #20
fortran
Member
 
Registered: Nov 2011
Location: Cairo, Egypt
Distribution: CentOS, RHEL, Fedora
Posts: 300
Blog Entries: 2

Rep: Reputation: 51
apt-get install xvidcap
for open software - $ xvidcap
Now expand red rectangular area and start recording. File will be stored in root.
OR
Recording by ffmpeg
********************
ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1440x900 -i :0.0 -acodec pcm_s16le -vcodec libx264 output.avi
To stop Recording press q

for no mouse
ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1440x900 -i :0.0+nomouse -acodec pcm_s16le -vcodec libx264 output.avi

for recording any particular window, find window's co-ordinates & location
xwininfo | grep -e Width -e Height -e Absolute
ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 650x500 -i :0.0+x,y -acodec pcm_s16le -vcodec libx264 output.avi
where 650x500 size of window & x,y coordinates of where you click to find details.
 
Old 11-16-2011, 02:36 PM   #21
Witold1983
LQ Newbie
 
Registered: Nov 2011
Posts: 4

Rep: Reputation: Disabled
Thumbs down

I had xcapvid it records on my computer 7frames per second, later I cannot change it with kdenlive
 
  


Reply

Tags
desktop, video



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
record audio; auto-paste editor; desktop search ctos Slackware 2 03-16-2006 11:39 PM
I want to record Desktop on Linux kojak012 Linux - Newbie 4 12-15-2005 11:48 AM
Unable to record mic-in with SoundBlaster Live! while able to record other sources max76230 Linux - Newbie 2 03-14-2005 04:31 AM
Can I record off my TV? arctic123 Linux - Software 3 03-09-2005 09:52 PM
program to record desktop movement ??? matt_w_lambert Linux - Software 1 05-29-2004 10:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration