Posts

Showing posts from October, 2018

How to record Skype calls along with Video and Audio in Windows 7+

Image
Skype doesn't have inbuilt call recording feature. In this article I will explain how to record skype calls along with audio and video. For this we need ffmpeg and NAudio. Ffmpeg is a open source encoder through which we can record screen and microphone's audio. But it does not support to record speaker output. For this we need NAudio. Now let use see the implementation. Step #1:  Download ffmpeg and identify the System's microphone.  Download ffmpeg ffmpeg.exe is command line program for which we need to supply the needed commands.  To record the audio and video we need to supply the below command. Before doing that we need to identify which microphone system is using. To know the execute the below command. command to display audio and video devices: ffmpeg -list_devices  true  -f dshow -i dummy   when you run the above command it will list down all the audio device. My microphone audio device is  ...