ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Capture the Desktop using Ubuntu

August 16, 2008 4:02am

Subscribe [2]
  • #1 / Aug 16, 2008 4:02am

    srobet

    53 posts

    Hello All,

    I’m using ubuntu as my development server. And some application need tutorial video. I’ve made it using Gtk-RecordmyDesktop, but the result format is .ogg. I’ll try to edit it using Video Editor (Avidemux) but .ogg is not supported.

    Is there any software to capture Desktop to .mpg or .avi?

    PS: Sorry for my English

  • #2 / Aug 18, 2008 5:05am

    eoinmcg

    311 posts

    Hi,

    Maybe the easiest way to do this is using ffmpeg.

    You can install it on Ubuntu by typing the following on the command line;
    sudo apt-get install ffmpeg

    Once installed, cd into the directory where your .ogg file is and type the following to convert it…
    ffmpeg -i myvideo.ogg -b 384000 -s 610x400 -pass 1 -passlogfile log-file myvideo.flv

    In the above example I’ve converted it into FLV, so displaying on the web with flash, you could, of course, change the extension of myvideo to avi or whatever you need.

    Check this links for more…
    http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html
    http://www.smorgasbord.net/converting-video-in-linux-using-ffmpeg-and-mencoder/

    Hope that helps!

  • #3 / Aug 18, 2008 6:29am

    srobet

    53 posts

    Thank’s eoinmc, i’ll try that way

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases