Page 1 of 7 123 ... LastLast
Results 1 to 10 of 62

Thread: HOWTO: Record Skype Conversations

  1. #1
    Join Date
    Jul 2005
    Beans
    431

    Talking HOWTO: Record Skype Conversations

    Yes, it's possible. You've always wanted to. And now I can show you how.

    Record conversations with skype! into mp3's!

    It's amazing!

    Code:
    sudo apt-get install vsound sox sox-dev lame build-essential
    Ok. 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?

    Code:
    cd
    wget http://www.twistedlittlegnome.com/skype-rec-kraken.tar
    tar xvf skype-rec-kraken.tar
    Now we have downloaded the program and untarred it.

    Code:
    cd skype-rec-kraken
    make
    Now, we have "made" the program.

    Code:
    gedit skype-rec
    Now we are editing 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.

    Code:
    ./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, lol. You may want to edit the name lol.

    Hope this works for you!

    majikstreet

    edit: posted in wiki: https://wiki.ubuntu.com/SkypeRecordingHowto
    Last edited by majikstreet; January 28th, 2006 at 06:57 PM.

  2. #2
    Join Date
    Jul 2005
    Beans
    431

    Re: HOWTO: Record Skype Conversations

    I don't think many people had a chance to see this, so I am bumping it...

    I also want to add that there are some other files in the folder ending with .au (I believe)... you can delete those if you want.

    thanks,
    majikstreet

  3. #3
    Join Date
    Jun 2005
    Location
    Schwarzwald, Germany
    Beans
    22
    Distro
    Edgy Eft Testing

    Re: HOWTO: Record Skype Conversations

    Yaay~!!
    Thank you very much!

  4. #4
    Join Date
    Jul 2005
    Beans
    431

    Re: HOWTO: Record Skype Conversations

    You're so welcome

  5. #5
    Join Date
    Apr 2005
    Beans
    194
    Distro
    Xubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Record Skype Conversations

    Thanks a lot!!!

  6. #6
    Join Date
    Jul 2005
    Beans
    431

    Re: HOWTO: Record Skype Conversations

    Quote Originally Posted by Zhukov
    Thanks a lot!!!
    Glad you like it

  7. #7
    Join Date
    Feb 2006
    Beans
    2

    Re: HOWTO: Record Skype Conversations

    Hi

    I can't tell you how long I have been looking for a way to do this in skype, however I have noticed a slight problem. While the recording sounds magnificent, I co-host a podcast where all participants record their own mic feeds, and I use skype-rec for this now. I have noticed that my recordings come out of sync with the other conversations recorded on other machines, it is not a lot, but maybe 1 second is lost every 2 minutes, and the loss is pretty constant, so gradually my mic feed moves further and further ahead of theirs until things are really out of sync.

    I am wondering what could be causing this - is it perhaps the sampling rate being 48000 Hz, or is it (as I more likely suspect) that some samples are being lost by the vsound redirect because the machine is busy doing other things. Assuming it is the sample rate, how can I force this to 44100 Hz, or if it is that some samples are being dropped, how should that be handled?

    Hope someone can help, otherwise I am back to windows again for the recording .

    Thanks

    ****

  8. #8
    Join Date
    Mar 2006
    Location
    South-East France
    Beans
    208
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Record Skype Conversations

    Quote Originally Posted by majikstreet View Post
    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.
    Thank you Majikstreet!

    I did every step you said but after hanging up and closing Skype, it said:

    Code:
    No conversations to convert
    Argh! I've lost a very important conversation here

    What happened??

  9. #9
    Join Date
    Dec 2006
    Location
    London, England
    Beans
    104
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Record Skype Conversations

    Quote Originally Posted by majikstreet View Post

    Code:
    cd
    wget http://www.twistedlittlegnome.com/skype-rec-kraken.tar
    tar xvf skype-rec-kraken.tar
    The file seems to have been moved (I got a 404)

    Best,
    Tim

    OOps. Just found the new gz file via the wiki entry!
    Last edited by haelen; May 6th, 2007 at 02:20 PM. Reason: New Resource

  10. #10
    Join Date
    Mar 2006
    Location
    South-East France
    Beans
    208
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Record Skype Conversations

    Yep Tim. I found it with Google, looking for "skype-rec-kraken.tar".

Page 1 of 7 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •