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.

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.


Here is the setting for recording



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"

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
