个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/SkypeRecordingHowto}} {{Languages|UbuntuHelp:SkypeRecordingHowto}} -under construction- (from a forum howto by me, majikstreet) Have you ever wan...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/SkypeRecordingHowto}}
 
{{From|https://help.ubuntu.com/community/SkypeRecordingHowto}}
 
{{Languages|UbuntuHelp:SkypeRecordingHowto}}
 
{{Languages|UbuntuHelp:SkypeRecordingHowto}}
-under construction-
+
#title Recording Skype Conversations
(from a forum howto by me, majikstreet)
+
''Under construction (from a forum howto by 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.
+
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.
 
When you type sudo and you are prompted for a password, just enter your password.
第10行: 第10行:
 
Open up a terminal before beginning.
 
Open up a terminal before beginning.
  
First, we must install some programs:
+
First, we must install some programs:  
 
+
<pre><nowiki>
<code><nowiki> sudo apt-get install vsound sox sox-dev lame build-essential </nowiki></code>
+
sudo apt-get install vsound sox sox-dev lame build-essential
 +
</nowiki></pre>
  
 
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?
 
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:
 
Next, we must download the program and uncompress it:
 
+
<pre><nowiki>
<pre><nowiki> cd
+
cd
wget http://www.twistedlittlegnome.com/skype-rec-kraken.tar
+
wget http://downloads.sourceforge.net/skype-rec/skype-rec-1.0.tar.gz
tar xvf skype-rec-kraken.tar </nowiki></pre>
+
tar xvfz skype-rec-kraken.tar
 +
</nowiki></pre>
  
 
We have "cd'd" to our home directory, "wget'd" the tar file, and "untar'd" the tar file.
 
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"''
+
{|border="1" cellspacing="0"
 +
|<tablestyle="text-align: justify; width:100%; " style="border:none;" 5%>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=PicDocs.png ||''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:
+
Then, we must "make" or compile the program:  
 
+
<pre><nowiki>
<pre><nowiki> cd skype-rec-kraken
+
cd skype-rec-kraken
make </nowiki></pre>
+
make
 +
</nowiki></pre>
  
 
We have "cd'd" to the directory with the program, and "made" or compiled the program.
 
We have "cd'd" to the directory with the program, and "made" or compiled the program.
  
Next, we must edit the program file:
+
Next, we must edit the program file:  
 
+
<pre><nowiki>
<code><nowiki> gedit skype-rec </nowiki></code>
+
gedit skype-rec
 +
</nowiki></pre>
  
 
(Note: you can replace gedit with your editor of choice.)
 
(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
+
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!)
 
(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.
+
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)
+
  
<code><nowiki> ./skype-rec </nowiki></code>
+
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):
 +
<pre><nowiki>
 +
./skype-rec
 +
</nowiki></pre>
  
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.
+
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.  
+
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.
  
 
Good luck and have fun!
 
Good luck and have fun!
 
----
 
----
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
+
[[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月21日 (三) 18:03的版本

  1. title Recording Skype Conversations

Under construction (from a forum howto by 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://downloads.sourceforge.net/skype-rec/skype-rec-1.0.tar.gz
tar xvfz skype-rec-kraken.tar

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

<tablestyle="text-align: justify; width:100%; " style="border:none;" 5%>IconsPage?action=AttachFile&do=get&target=PicDocs.png 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 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.

Good luck and have fun!