vote up 1 vote down star

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?

flag

2 Answers

vote up 1 vote down check

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|flag
vote up 1 vote down

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|flag
i'd prefer a GUI if there is one – GiH Nov 20 at 3:09

Your Answer

Get an OpenID
or
never shown

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