How to create and edit video in Linux/Ubuntu
Tools you need:in this order. First, run RecordMyDesktop and
- click "Save As" and select destination for your recording
- by clicking "Select window" pick a window you will record (or create a selection of your window)
- click "Record"
- do some magic moves while recording
- click "Stop" on your Panel (big red button)
$ ffmpeg -i recorded_movie.ogv -vcodec mpeg4 -sameq -acodec libmp3lame recorded_movie.avirecorded_movie.ogv was the output of recordmydesktop. recorded_movie.avi is the output of the ffmpeg. Now, open OpenShot Editor and edit, cut, add text and transition between sections your recorded_movie.avi. For adding text I used Title -> New title. Pick your stile, input the name, the text. It pops out in your Project Files. Pick&drop it in your timeline. Easy. A screen-shot of my OpenShot Video editor:
OpenShot Video Editor in action. |