4 comments on “recordMyDesktop, Ogg video files, and OpenShot – part 2

  1. Pingback: Screencasting on Ubuntu using ffmpeg | Dave Koelmeyer

  2. Hi Dave,

    I had the same issue and the annoying thing was that gtk-recordMyDesktop + OpenShot _almost_ worked properly. But the failures were too significant. However I found a solution by inserting a python script between them in the tool chain. The Python script is pretty basic and it just runs mencoder on all ogvs in a selected folder and converts them successfully into avis. Put those avi files into OpenShot and everything works brilliantly. The ffmpeg solution may well work but I needed a simple GUI approach to setting the screen size of my recording efforts and gtk-recordMyDesktop made that pretty easy. I doubt the script will be formatted correctly if I include it but I can send it to you if you like. Here is the core bit the script runs (modified) using subprocess.call:

    mencoder -idx myfile.ogv -o myfile.avi -oac mp3lame -ovc x264

    -oac is audio, -ovc is video

    Instead of x264 you can use lavc. I wanted a higher quality recording so I had 25 fps for gtk-recordMyDesktop and the YouTube HD setting as my final OpenShot output.

    BTW I’m in Auckland – where in NZ are you?

    All the best, Grant

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s