I just discovered tabbing of everything in KDE:
(download)
Created with recordmydesktop, cut with kdenlive, encoded to ogg theora with ffmpeg2theora (encoding command).
Music: Beat into Submission on Public Domain by Tryad.
To embed the video on your own site you can simply use:
<video
src="http://draketo.de/files/screencast-tabbing-everywhere-kde.ogv"
controls=controls>
</video>
If you do so, please provide a backlink here.
License: cc by-sa, because that’s the license of the song. If you omit the audio, you can also use one of my usual free licenses (or all of them, including the GPL). Here’s the raw recording (=video source).
¹: Feel free to upload the video to youtube or similar. I license my stuff under free licenses to make it easy for everyone to use, change and spread them.
²: Others have shown this before, but I don’t mind that. I just love the feature, so I want to show it :)
³: The command wheel I use for calling programs is the pyRad.
Anhang | Größe |
---|---|
screencast-tabbing-everywhere-kde.ogv | 10.75 MB |
Use Node:
⚙ Babcom is trying to load the comments ⚙
This textbox will disappear when the comments have been loaded.
If the box below shows an error-page, you need to install Freenet with the Sone-Plugin or set the node-path to your freenet node and click the Reload Comments button (or return).
If you see something like Invalid key: java.net.MalformedURLException: There is no @ in that URI! (Sone/search.html)
, you need to setup Sone and the Web of Trust
If you had Javascript enabled, you would see comments for this page instead of the Sone page of the sites author.
Note: To make a comment which isn’t a reply visible to others here, include a link to this site somewhere in the text of your comment. It will then show up here. To ensure that I get notified of your comment, also include my Sone-ID.
Link to this site and my Sone ID: sone://6~ZDYdvAgMoUfG6M5Kwi7SQqyS-gTcyFeaNN1Pf3FvY
This spam-resistant comment-field is made with babcom.
encoding command with cropping
This is what I used for encoding. I accidently worked in 16:9, but my recording was only 4:3 (and kdenlive had problems with changing the size, I assume because of some pixel ratio stuff), so I just cropped away the black borders on the left and right side when encoding.
ffmpeg2theora screencast-tabbing-everywhere-kde.avi --copyright "Video: 2010 Arne Babenhauserheide, Music: 2006 Tryad" --license "http://creativecommons.org/licenses/by-sa/2.5/" --contact "http://draketo.de/light/english/screencast-tabbing-everything-kde" --date "2010-08-31" -v6 -a3 --speedlevel 0 --soft-target -V 256 --cropleft 190 --cropright 190
Hereby this commandline is saved, so I wont have to build it by hand again :)