20th January 2011
in
Multimedia, cli
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[...]
1 Comment
11th January 2011
in
Applications, Multimedia
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[...]
1 Comment
24th November 2010
in
Multimedia, Networking
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[...]
No Comments
27th September 2010
in
Applications, Multimedia, Networking
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[...]
2 Comments