TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Screencasting with free software

84 pointsby edpabout 9 years ago

15 comments

Akkumaabout 9 years ago
You could use OBS, Open Broadcaster Software, which is open source that has features geared toward streaming, but could ultimately prove more valuable than "simple" screencasting software. For instance, want to show your code always even when you're googling answers? That is very easy in OBS.
评论 #11274200 未加载
评论 #11275636 未加载
iKlsRabout 9 years ago
Blender can be used to edit your video, add small effects, overlay text, add audio, subs. See my old answer here <a href="https:&#x2F;&#x2F;softwarerecs.stackexchange.com&#x2F;questions&#x2F;175&#x2F;video-editor-for-windows-that-can-insert-images-or-audio-at-arbitrary-points&#x2F;2009#2009" rel="nofollow">https:&#x2F;&#x2F;softwarerecs.stackexchange.com&#x2F;questions&#x2F;175&#x2F;video-e...</a>
评论 #11274091 未加载
delgaudmabout 9 years ago
On OS X, Quicktime player can also record the screen, or part of the screen. File &gt; New Screen Recording.<p>AFAIK by default, it will only record the mic and not the audio card output. I don&#x27;t know of a free option to do that (does ffmpeg?), but I&#x27;ve found Rogue Ameoba&#x27;s Loopback[1] to be invaluable to capture output from the soundcard and add it as an audio track in the Screencast<p>[1] <a href="https:&#x2F;&#x2F;www.rogueamoeba.com&#x2F;loopback&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.rogueamoeba.com&#x2F;loopback&#x2F;</a>
reidracabout 9 years ago
If you&#x27;re using Linux only like me, Kazam is unbeatable to capture your screen. I got similar results with ffmpeg, but Kazam is just dead easy to use.<p>After that, in case you need some editing, I recommend Blender. It has a steep learning curve, but as long as you don&#x27;t want to do really complex editing and your hardware is not too old, it is perfect and the results are great.
评论 #11274907 未加载
评论 #11274935 未加载
silveiraabout 9 years ago
I have been using gtk-record-desktop for many years. You can install it on Ubuntu simply with a &quot;sudo apt-get install gtk-recordmydesktop&quot;.
hendryabout 9 years ago
I used to use a ffmpeg approach to make my screencasts [1], but now I use OBS. Great piece of software. I wrote some notes about it some time back <a href="http:&#x2F;&#x2F;dabase.com&#x2F;blog&#x2F;Screencasting_from_Archlinux_gotchas&#x2F;" rel="nofollow">http:&#x2F;&#x2F;dabase.com&#x2F;blog&#x2F;Screencasting_from_Archlinux_gotchas&#x2F;</a> and I think they&#x27;ve addressed all my issues.<p>I publish my screencasts upon <a href="http:&#x2F;&#x2F;www.youtube.com&#x2F;kaihendry" rel="nofollow">http:&#x2F;&#x2F;www.youtube.com&#x2F;kaihendry</a><p>[1]<a href="https:&#x2F;&#x2F;github.com&#x2F;kaihendry&#x2F;recordmydesktop2.0" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kaihendry&#x2F;recordmydesktop2.0</a>
riskableabout 9 years ago
I personally prefer SimpleScreenRecorder: <a href="http:&#x2F;&#x2F;www.maartenbaert.be&#x2F;simplescreenrecorder&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.maartenbaert.be&#x2F;simplescreenrecorder&#x2F;</a><p>...Because it lets me record audio using the Opus codec.<p>I also edit the videos using kdenlive: <a href="https:&#x2F;&#x2F;kdenlive.org" rel="nofollow">https:&#x2F;&#x2F;kdenlive.org</a><p>It all works pretty well. You can see examples of the end result in my YouTube channel:<p><a href="https:&#x2F;&#x2F;YouTube.com&#x2F;riskable" rel="nofollow">https:&#x2F;&#x2F;YouTube.com&#x2F;riskable</a><p>(mostly videos of modded Minecraft tips and HOWTOs; all totally harmless and no foul language)
stirnerabout 9 years ago
On Linux, the audio recording and video recording can be accomplished with a single command:<p><pre><code> ffmpeg -f x11grab -video_size [w]x[h] -r [framerate] -i $DISPLAY -f alsa -i default ... </code></pre> Like the author, I&#x27;ve found that the x264 codec with the ultrafast preset does the best job of avoiding framedrops (which from what I&#x27;ve observed can be caused by either the CPU spending too long encoding or the disk spending too long writing data).
jwildeboerabout 9 years ago
I just press Alt+Ctrl+Shift R ;-)<p>&quot;screencast tool<p>Gnome3 has already a screen recording functionality. Pressing Alt+Ctrl+Shift+R recording will start. There should be a red icon on the message tray in the right-bottom corner of your screen. If the message tray is hidden, Super+M will activate it. Pressing the red icon will stop the recording. The video is saved in the Video directory on your home directory on webm format.&quot;
chipperyman573about 9 years ago
I just use ShareX and enable sound recording in Task Settings -&gt; Capture -&gt; Screen recorder -&gt; Screen recording options. Seems easier than downloading three separate pieces of software and recording each track individually then joining them...
评论 #11274101 未加载
pjdorrellabout 9 years ago
This might be a bit out of date (2013), but it&#x27;s what worked for me at the time using a not particularly high-powered computer running Ubuntu: <a href="http:&#x2F;&#x2F;thinkinghard.com&#x2F;blog&#x2F;HowToMakeHighQualityScreencastsInLinux.html" rel="nofollow">http:&#x2F;&#x2F;thinkinghard.com&#x2F;blog&#x2F;HowToMakeHighQualityScreencasts...</a> (recommended software SimpleScreenRecorder).
nakodariabout 9 years ago
You can also use <a href="https:&#x2F;&#x2F;jumpshare.com" rel="nofollow">https:&#x2F;&#x2F;jumpshare.com</a>, which uses FFMPEG for screen recording. We built this app to help everyone be more productive. You can capture and annotate screenshots, record screencasts and audio clips, compose notes (in text, markdown, and code), and more.
ChrisDutrowabout 9 years ago
For me, the cost of having to go through all those steps and learn all those tools is significantly higher than the $300 or so cost of buying Camtasia. For me, it&#x27;s not just the time cost, but the energy and cognitive resources consumed by not paying for the easy solution.<p>...just offering an opposing perspective, I respect your approach.
评论 #11275225 未加载
0942v8653about 9 years ago
For some reason that OS X recording command line (pasted in directly) won&#x27;t work for me. I&#x27;m using ffmpeg 3.0, the latest from Homebrew. It seems to be OK until I try to open it in QuickTime and it says the file is broken. I wonder if OS X 10.11 is the problem -- what version are you on?
评论 #11274346 未加载
LargeCompaniesabout 9 years ago
Screenr.com used to be an amazing and awesome tool for cheap user testing&#x2F;screen recording. I would embed their widget and then go to Mechancial Turk and pay each tester $1 to go through various steps they recorded using the Screenr widget. It worked like a charm and was inexpensive compared to say $50 a pop at usertesting.com.<p>Does anyone know of any Screenr.com alternatives?
评论 #11276523 未加载
评论 #11283139 未加载