LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 05-02-2016, 07:48 PM   #1
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Rep: Reputation: 49
Program to create videos from desktop and save as flv


I want to make a few training videos of how to use certain programs on Linux Mint. What program would you recommend to select a region of my desktop, record it, and output it as a flash video flv?
Don't need anything fancy with effects or anything, just real basic but easy to use.
 
Old 05-02-2016, 08:52 PM   #2
dolphin_oracle
MX Linux
 
Registered: Dec 2013
Posts: 402

Rep: Reputation: Disabled
simplescreenrecorder is my preference.
 
2 members found this post helpful.
Old 05-02-2016, 09:54 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,337
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
I have used recordmydesktop a couple of times. It was a few years ago, but it worked quite nicely.

I think the biggest hurdle you will face is turning the videos into *.flv files. There is little love for Flash in the open source community. Most recorders I've seen do not "save as" Flash, though I've never used simplescreenrecorder.

However, according this thread at StackOverflow, you can use ffmpeg to convert other formats to *.flv. You may also be able to use mencoder for such a conversion.

I have not tested this.

Is there some compelling reason for using *.flv as opposed to other formats?
 
1 members found this post helpful.
Old 05-03-2016, 07:36 AM   #4
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
I don't see simplescreenrecorder in the software manager in Linux mint. Starting to hate Linux mint because of the lack of things, and current versions, in their software manager haha

Frank, no real compelling reason, other than I knew all the people who would watch the videos could play that format.
 
Old 05-04-2016, 02:48 PM   #5
vinyard
LQ Newbie
 
Registered: Apr 2016
Posts: 8

Rep: Reputation: Disabled
Another screen recorder you can check if mint has is called vokoscreen recorder. It's simple and intuitive to use. It uses ffmpeg in the backend.

However, it records videos to either mpeg4 or x264 using an avi or mkv container respectively. You can simply convert the mkv/avi video to flv with ffmpeg afterwards.

If you can't find a GUI screen recorder that outputs to flv, you can simply use ffmpeg to screen capture the desktop to a flv video format.

Here's a tip.
Launch vokoscreen from a terminal. Do a test run of recording your desktop. From the terminal you launched vokoscreen. You can see the backend ffmpeg command syntax it is using to capture the desktop. Copy that code and modify it to output to a flv video.

Last edited by vinyard; 05-04-2016 at 02:58 PM.
 
1 members found this post helpful.
Old 05-04-2016, 02:57 PM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
# simplescreenrecorder
in terminal:
Code:
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder
then look for simple in the global menu somewhere.
 
1 members found this post helpful.
Old 05-04-2016, 03:01 PM   #7
HMW
Member
 
Registered: Aug 2013
Location: Sweden
Distribution: Debian, Arch, Red Hat, CentOS
Posts: 773
Blog Entries: 3

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Quote:
Originally Posted by rjo98 View Post
I don't see simplescreenrecorder in the software manager in Linux mint. Starting to hate Linux mint because of the lack of things, and current versions, in their software manager haha
It's available as a .deb package here:
http://www.getdeb.net/app/SimpleScreenRecorder

Or if you want to install from source:
https://github.com/MaartenBaert/ssr/.../master.tar.gz

And on github:
https://github.com/MaartenBaert/ssr

Last edited by HMW; 05-04-2016 at 03:04 PM.
 
1 members found this post helpful.
Old 05-04-2016, 06:46 PM   #8
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,152

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Similar thread here with solution, post 5/6

http://www.linuxquestions.org/questi...ty-4175578923/
 
1 members found this post helpful.
Old 05-04-2016, 08:05 PM   #9
anon091
Senior Member
 
Registered: Jun 2009
Posts: 1,795

Original Poster
Rep: Reputation: 49
Thanks guys. Will try simple out the next time I need to make some.
Gave recordmydesktop a try, seemed to work pretty well, although trying to draw the region I wanted on that tiny thumbnail of my desktop was painful, took me 10 tries before I actually got the area exactly the way I wanted it. I'm guessing there's a better way but I couldn't figure it out.
 
  


Reply



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
No pic w/video playback .flv and .mp4 videos snatale1 Linux Mint 5 07-02-2011 09:50 AM
Can't view .flv videos in firefox Quakeboy02 Linux - Software 3 01-20-2009 04:45 PM
[SOLVED] Correcting wrong speed FLV videos? Steve W Linux - Software 6 12-13-2008 02:20 AM
converting all kind of videos to flash ( FLV zafar466 Linux - General 1 07-25-2008 05:17 AM
LXer: Convert .flv (Google Videos) to .mpg using ffmpeg LXer Syndicated Linux News 0 07-25-2007 06:31 AM

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

All times are GMT -5. The time now is 07:31 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