个人工具

UbuntuHelp:SkypeRecordingHowto

来自Ubuntu中文

Wikibot讨论 | 贡献2008年10月20日 (一) 00:36的版本

跳转至: 导航, 搜索
  1. title Recording Skype Conversations

Originally from a forum howto post by majikstreet Have you ever wanted to record conversations using Skype? Maybe use them in a podcast? These instructions discuss how to create OGG, MP3 or Wav files from your conversations. These instructions were tested and work with Ubuntu Gutsy 7.10 and Skype 1.3. As of March 2008, Skype-Rec does not work for versions of Skype after 1.3, though other techniques are variously proposed on the various forums on how to accomplish this. Please feel free to include any useful ones below. Notes:

  1. When you type sudo and you are prompted for a password, just enter your password.
  2. Open up a terminal before beginning.

Installing Skype-Rec

First, we must install some programs:
sudo apt-get install vsound sox sox-dev vorbis-tools lame build-essential

We now have installed vorbis-tools for OGG encoding, lame for mp3 encoding, and vsound, sox, and sox-dev for the program's dependencies. We have also installed build-essential, which will supply all the programs needed to compile programs.

Next, we must download the program and uncompress it:
cd
wget http://downloads.sourceforge.net/skype-rec/skype-rec-1.0.tar.gz
tar xvfz skype-rec-1.0.tar.gz
Now, we must compile the program library:
cd skype-rec-1.0
make
sudo make install

Next, we must download a replacement skype-rec for Gutsy, and setup the configuration files:

  1. Get the file skype-rec.txt.
  2. From the skype-rec directory:
mv skype-rec skype-rec-bak
mv skype-rec.txt skype-rec
chmod +x skype-rec
mkdir ~/.skype-rec
cp skype-rec.rc ~/.skype-rec/skype-rec.rc

Various settings can be adjusted in ~/.skype-rec/skype-rec.rc .

Now, we can run the program (make sure to quit Skype before running it again! 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.

Setting up SOX

In Gutsy (7.10), SOX 13 unfortunately causes a crash that prevents skype-rec from completing. To fix this problem, it is sufficient to install a few packages from SOX 14:

Setting up Skype 1.3 on Gutsy

Skype-rec requires Skype with OSS to work, which is most easily installed by installing Medibuntu's debian package of 1.3. The OSS version of 1.4 does not appear to work.

If you elect to install the package, simply lock this version within Synaptic to prevent it from being overwritten. After installation, make sure you set the sound system to OSS in tools > Options > Sound Devices.