Difference between revisions of "Screencast"

From Freephile Wiki
Jump to navigation Jump to search
(save for later expansion)
 
(remove old useless info; add section / link for asciinema)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Part of [[Video Blogging]] is creating screen casts which show a user how to do something on the computer itself.  There is the [[wp::Screencast]] page that goes into more detail on the subject.  This page dives into my own personal experieces and recipies for creating screencasts on Kubuntu using Free Open Source Software.   
+
Part of [[Video Blogging]] is creating screen casts which show a user how to do something on the computer itself.  There is the [[wp:Screencast]] page that goes into more detail on the subject.  This page dives into my own personal experieces and recipies for creating screencasts using Free Open Source Software.   
  
== Record My Desktop ==
+
== OBS Studio ==
The first thing you discover is that the program "[http://recordmydesktop.sourceforge.net/about.php Record My Desktop]" is the one you'll probably want to use.  It comes with a KDE and a GTK front-end.  I have only tried the GTK front-end which looks more mature.
+
Several git repos for the project: https://github.com/orgs/obsproject/repositories?type=all
  
== Tutorials ==
+
== Terminal ==
# http://kevin.vanzonneveld.net/techblog/article/create_your_own_screencast/
+
To record a terminal session, you might want to use asciinema <nowiki>[as-kee-nuh-muh]</nowiki>, a free and open source solution for recording terminal sessions and sharing them on the web. Read about how it works at https://asciinema.org
# http://fosswire.com/2008/03/17/video-screen-capture-in-linux-with-recordmydesktop/
+
 
 +
==Tutorials==
 +
 
 +
#http://kevin.vanzonneveld.net/techblog/article/create_your_own_screencast/
 +
#http://fosswire.com/2008/03/17/video-screen-capture-in-linux-with-recordmydesktop/
  
 
[[Category:Applications]]
 
[[Category:Applications]]

Latest revision as of 12:40, 12 July 2023

Part of Video Blogging is creating screen casts which show a user how to do something on the computer itself. There is the wp:Screencast page that goes into more detail on the subject. This page dives into my own personal experieces and recipies for creating screencasts using Free Open Source Software.

OBS Studio[edit | edit source]

Several git repos for the project: https://github.com/orgs/obsproject/repositories?type=all

Terminal[edit | edit source]

To record a terminal session, you might want to use asciinema [as-kee-nuh-muh], a free and open source solution for recording terminal sessions and sharing them on the web. Read about how it works at https://asciinema.org

Tutorials[edit | edit source]

  1. http://kevin.vanzonneveld.net/techblog/article/create_your_own_screencast/
  2. http://fosswire.com/2008/03/17/video-screen-capture-in-linux-with-recordmydesktop/