个人工具

“UbuntuHelp:SkypeRecordingHowto”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:SkypeRecordingHowto}}
 
{{Languages|UbuntuHelp:SkypeRecordingHowto}}
 
#title Recording Skype Conversations
 
#title Recording Skype Conversations
''Originally from a [http://ubuntuforums.org/showthread.php?t=119575 forum howto post] by [http://ubuntuforums.org/member.php?u=31292 majikstreet]''
 
 
Have you ever wanted to record conversations using [[UbuntuHelp:Skype|Skype]]? Maybe use them in a podcast? These instructions discuss how to create OGG, MP3 or Wav files from your conversations.
 
Have you ever wanted to record conversations using [[UbuntuHelp:Skype|Skype]]? Maybe use them in a podcast? These instructions discuss how to create OGG, MP3 or Wav files from your conversations.
 +
=== use Skype Call Recorder ===
 +
Skype Call Recorder is an open source tool that allows you to record your Skype calls on Linux. Current features include:
 +
* Record calls to MP3, Ogg Vorbis or WAV files
 +
* Automatic and manual recording
 +
* Configure automatic recording on per-caller basis
 +
* Split stereo recording
 +
* Completely free, unlimited and open source, released under the GNU GPL
 +
Get the ubuntu package for your distribution from http://atdot.ch/scr/, install (with [[UbuntuHelp:GDebi|GDebi]]) and run the Skype Call Recorder from your Applications > Accessories menu.
 +
Configure the recordings through the systray icon of the recorder. Great integration with skype, but lacks some user documentation (which is nevertheless not required).
 +
Worked out of the box on Ubuntu Hardy 8.04 and Skype 2.0.0.72 in March 2009.
 +
=== use Skype-rec ===
 +
''Originally from a [http://ubuntuforums.org/showthread.php?t=119575 forum howto post] by [http://ubuntuforums.org/member.php?u=31292 majikstreet]''
 
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.
 
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:
 
Notes:
第9行: 第20行:
 
</li><li>Open up a terminal before beginning.</li></ol>
 
</li><li>Open up a terminal before beginning.</li></ol>
  
=== Installing Skype-Rec ===
+
==== Installing Skype-Rec ====
 
First, we must install some programs: <pre><nowiki>
 
First, we must install some programs: <pre><nowiki>
 
sudo apt-get install vsound sox sox-dev vorbis-tools lame build-essential
 
sudo apt-get install vsound sox sox-dev vorbis-tools lame build-essential
第42行: 第53行:
 
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.
 
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.
 
There will also be files with `.au` extensions, you can delete those if you wish.
=== Setting up SOX ===
+
==== 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:
 
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:
 
*[http://packages.ubuntu.com/hardy/libsox-fmt-ogg libsox-fmt-ogg]
 
*[http://packages.ubuntu.com/hardy/libsox-fmt-ogg libsox-fmt-ogg]
第57行: 第68行:
 
*[http://packages.ubuntu.com/hardy/libsox-fmt-sndfile libsox-fmt-sndfile]
 
*[http://packages.ubuntu.com/hardy/libsox-fmt-sndfile libsox-fmt-sndfile]
 
*[http://packages.ubuntu.com/hardy/sox sox]
 
*[http://packages.ubuntu.com/hardy/sox sox]
=== Setting up Skype 1.3 on Gutsy ===
+
==== 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.
 
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.
 
* [http://packages.medibuntu.org/pool/non-free/s/skype/ Medibuntu skype directory]
 
* [http://packages.medibuntu.org/pool/non-free/s/skype/ Medibuntu skype directory]

2009年5月12日 (二) 18:51的版本

  1. title Recording Skype Conversations

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.

use Skype Call Recorder

Skype Call Recorder is an open source tool that allows you to record your Skype calls on Linux. Current features include:

  • Record calls to MP3, Ogg Vorbis or WAV files
  • Automatic and manual recording
  • Configure automatic recording on per-caller basis
  • Split stereo recording
  • Completely free, unlimited and open source, released under the GNU GPL

Get the ubuntu package for your distribution from http://atdot.ch/scr/, install (with GDebi) and run the Skype Call Recorder from your Applications > Accessories menu. Configure the recordings through the systray icon of the recorder. Great integration with skype, but lacks some user documentation (which is nevertheless not required). Worked out of the box on Ubuntu Hardy 8.04 and Skype 2.0.0.72 in March 2009.

use Skype-rec

Originally from a forum howto post by majikstreet 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.