How to record skype meeting on Windows 10

Aim of this article is record skype meeting into MP4 on Windows 10.

  • Installation
  • Setting
  • Shortcut for start recording

Download program ShareX from here and install it.

Install VB-CABLE Virtual Audio Device.

Downloading VB-CABLE Virtual Audio Device

run “VBCABLE_Setup_x64.exe” as admin and install driver.

Set the device

Press the Windows + R key combination to open the Run box, or open the Command Prompt. Type “control mmsys.cpl sounds” and press Enter.

Windows 10 Sound settings
Properties – CABLE output

Here is the setting for recording

ShareX – Task Setting/Screen recorder
ShareX – Task Setting/Screen recorder/Screen recording options
ShareX – Hotkey settings

For creating shortcut on the desktop, we have to create file with extension vbs (e.g. RecordIt.vbs) with following content

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "+^r"
after click on tray, automatically start recording

UPDATED 2020 – not working

How to record screen with my voice and sound together

we need to add

:audio="My_input_device"

How to find name of my input device

click on button “Test with CMD”

and run this command:

ffmpeg  -f dshow  -list_devices true -i dummy

you will give something like that

Leave a Reply

Close Menu