If I screencast something, than most of the time I do it with recordMyDesktop which produces .ogg-Videos. If you need to convert it so you can show it to your friend or upload it to a video hosting page like youtube or so you have to convert it into another format. I chose avi as format.
Simply fire up this command to convert your file:
mencoder out.ogg -o out.avi -oac mp3lame -ovc lavc
- out.ogg is the .ogg-file you want to convert
- out.avi is the .avi-file you want to create
- mp3lame is the used audio-codec (here mp3)
- lavc is the used video-codec (here libavcodec)
For more information you can look at the MPlayer manual page.
Thanks, worked fine for me
yeah, thanks for the tip
Works for me
Simple yet effective… thanks…
Many thanks!
Perfect ! Tank you so much !
You are the man … man !
Merci, works fine for me.
haha i love you man
kinda worked good for me. had a few errors in the terminal but it worked in the end. video quality was fairly low but worked. thanks.