Re: [Hampshire] recording a webex seminar

Top Page

Reply to this message
Author: Ian Grody
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] recording a webex seminar
On Thursday 08 December 2011 09:28:41 Edward Beckmann wrote:
> Hi
>
> I want to listen to a webex webinar session and also record it, but am
> struggling to find a recent posting on forums about what to record with.
> Anyone had success with this please?
>
> Currently on ubuntu 10.04 netbook, mint 9 fluxbox and mint 11 lxde.
>
> Thanks



You can use ffmpeg w/ the x11grab indev (usually needs recompiling with
support) and will happily record anything pushed to any monitor from your PC.

Example command (just for video)

ffmpeg -f x11grab -s 1152x864 -sameq -sws_flags lanczos -flags mv4 -i :0.1 -an
milkdrop -pass 2

Where -an exists, you need to find the relevant /dev/snd/* entry and use -i
/dev/snd/pcm### and vary audio rate with -ab (128k) -ac (1/2/3/4 etc)

I been using ffmpeg do record anything that occurs on your screen (even games &
movies) and generally being a geek.

http://www.youtube.com/watch?v=WtW0v12aB3o for example :)

--
Please post to: Hampshire@???
Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire
LUG URL: http://www.hantslug.org.uk
--------------------------------------------------------------