个人工具

UbuntuHelp:SkypeRecordingHowto

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 14:53的版本 (新页面: {{From|https://help.ubuntu.com/community/SkypeRecordingHowto}} {{Languages|UbuntuHelp:SkypeRecordingHowto}} -under construction- (from a forum howto by me, majikstreet) Have you ever wan...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

-under construction- (from a forum howto by me, majikstreet)

Have you ever wanted to record conversations using skype? Maybe use them in a podcast? Well, now you can. And it's easy too! They even go into mp3's.

When you type sudo and you are prompted for a password, just enter your password.

Open up a terminal before beginning.

First, we must install some programs:

sudo apt-get install vsound sox sox-dev lame build-essential

We now have installed lame for mp3 encoding, and vsound, sox, and sox-dev for the program's dependancies. We have also installed build-essential, which will supply all the programs needed to compile programs. Cool, eh?

Next, we must download the program and uncompress it:

 cd
wget http://www.twistedlittlegnome.com/skype-rec-kraken.tar
tar xvf skype-rec-kraken.tar 

We have "cd'd" to our home directory, "wget'd" the tar file, and "untar'd" the tar file.

-Note: If the wget command fails, you can try replacing those commands with "wget http://z0g.org/stuff/skype-rec-kraken.tar.gz". The following command would then change to "tar xvfz skype-rec-kraken.tar.gz"

Then, we must "make" or compile the program:

 cd skype-rec-kraken
make 

We have "cd'd" to the directory with the program, and "made" or compiled the program.

Next, we must edit the program file:

gedit skype-rec

(Note: you can replace gedit with your editor of choice.)

We have now opened up an editor to edit the program. Scroll down until you see "my $SKYPEREC" edit the value to something like this: /home/yourusernamehere/skype-rec-kraken/libskype-rec.so

(you may have to change that, depending where you installed the program!)

If you run skype using a command other than "skype" edit my $SKYPE to the command you use to start up skype.

Now, we can run the program (Make sure to quit skype before running it!)(Also make sure that you are in the directory that you installed the program to)

./skype-rec

That will run the program, and open up skype (make sure to close down skype before using this). You call your person, then you can hang up with them, and close skype. Then, the program will convert the file to mp3.

The .mp3 file will be in the folder you installed the program to. (In my case, it was "/home/majikstreet/skype-rec-kraken/XXXXXXXX.mp3".. The name will appear odd. You may want to edit the name.

There will also be files with .au extensions, you can delete those if you wish.

Good luck and have fun!