Screen capture with Audio
Posted: 29 Sep 2017 10:51
by anujans
Can anyone suggest how VLC can be used to capture screen with audio
Anujan
Re: Screen capture with Audio
Posted: 29 Sep 2017 10:55
by mederi
Re: Screen capture with Audio
Posted: 29 Sep 2017 12:04
by RĂ©mi Denis-Courmont
Audio loopback is supported on Windows in VLC 3.0 onward. There is no UI for it so you'll have to use the CLI, e.g.:
Code: Select all
vlc.exe screen:// --input-slave wasapi:// --wasapi-loopback --sout ...
Re: Screen capture with Audio
Posted: 30 Apr 2020 21:21
by akostadinov
I figured out how to do under Linux. Thanks to another thread [1]. Also using UI 3.0.9.2
Capture screen and audio:
1. From menu Media -> Convert/Save
2. Go to tab Capture Device
3. Capture mode: Desktop
4. Select checkbox "Play another media synchronously (extra audio file,...)"
5. paste "pulse://alsa_output.pci-0000_00_1f.3.analog-stereo.monitor"
5.1. pacmd list-sources | awk '/name:.+\.monitor/' # to see available monitor sources
6. other options as you see fit
[1] https://forum.videolan.org/viewtopic.php?t=105918