Web Design

Archive for the ‘Multimedia’

Record your Linux desktop from the command line

If you do not wish to install a dedicated application for recording your desktop, you can do it with this one-liner: ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -sameq /home/user/out.mpg All you need is have ffmpeg already i[...]


Linux and website design

So you want to develop your website using Linux and you?re not sure if you’ll find the right tools you might need. Don’t worry, this article will get you rolling in no time. There’s not such a large arr[...]


Record Live Radio using only Mplayer

Did you know that you only need MPlayer to record a live radio station? Use mplayer http://ip:port/ -ao pcm:file=radio.wav  -vo null -vc null to dump a radio.wav file of the audio stream. You can later convert it to[...]


Use MPlayer to record live streams from the Internet

All you need to record a live stream from the web is MPlayer. Use the -dumpstream argument to capture a MMS, ASF or Live WMV stream to a file called stream.dump. For example: mplayer -dumpstream mmsh://streamer3.carnatio[...]