up vote 0 down vote favorite
share [g+] share [fb]

On my Mac I use Screenium to record screencast or streaming video. I can then take that and extract the audio from the file if I like. I'm looking for a way to do this on Linux.

I've heard of Screenr, Wink, and gtk- recordmydesktop.

What is the best way to record screencasts and streaming video, and what is the best way to split audio from the file aftwerwards in Linux?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

What is the best way to record screencasts and streaming video,

RecordMyDesktop / Instanbul

what is the best way to split audio from the file aftwerwards in Linux?

WinFF, is the GUI frontend to ffmpeg

link|improve this answer
feedback

For capture Xvidcap works well. To pull audio out of that file you can use ffmpeg, like so:

ffmpeg -i capture_vid.mpg -ab 128 -ar 44100 extracted_audio.mp3

For GUI-based audio extraction, you can use VLC and the Convert/Stream feature

link|improve this answer
i'd prefer a GUI if there is one – GiH Nov 20 '09 at 3:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.