How to record “stereo mix” with VLC?
I would like to record a stereo mix (basically what I hear through the speakers connected to my sound card) from VLC. However, I haven't been able to figure out exactly how to do this.
Under the "video4linux" capture device, I see the following audio devices:
hw:0,0
hw:0,6
However, selecting either of those results in VLC trying to use my webcam (not what I want at all) in addition to the selected audio device.
What do I need to do?
sound vlc audio-recording
add a comment |
I would like to record a stereo mix (basically what I hear through the speakers connected to my sound card) from VLC. However, I haven't been able to figure out exactly how to do this.
Under the "video4linux" capture device, I see the following audio devices:
hw:0,0
hw:0,6
However, selecting either of those results in VLC trying to use my webcam (not what I want at all) in addition to the selected audio device.
What do I need to do?
sound vlc audio-recording
Record stereo from what exactly?
– dobey
Oct 1 '12 at 20:41
@dobey: Basically record whatever my sound card is playing - whether that includes the soundtrack from a movie, music being played by Rhythmbox, or even sound effects from a game.
– Nathan Osman
Oct 1 '12 at 20:48
add a comment |
I would like to record a stereo mix (basically what I hear through the speakers connected to my sound card) from VLC. However, I haven't been able to figure out exactly how to do this.
Under the "video4linux" capture device, I see the following audio devices:
hw:0,0
hw:0,6
However, selecting either of those results in VLC trying to use my webcam (not what I want at all) in addition to the selected audio device.
What do I need to do?
sound vlc audio-recording
I would like to record a stereo mix (basically what I hear through the speakers connected to my sound card) from VLC. However, I haven't been able to figure out exactly how to do this.
Under the "video4linux" capture device, I see the following audio devices:
hw:0,0
hw:0,6
However, selecting either of those results in VLC trying to use my webcam (not what I want at all) in addition to the selected audio device.
What do I need to do?
sound vlc audio-recording
sound vlc audio-recording
edited Aug 5 '17 at 16:47
Zanna
50.8k13136241
50.8k13136241
asked Oct 1 '12 at 20:25
Nathan OsmanNathan Osman
21k32144237
21k32144237
Record stereo from what exactly?
– dobey
Oct 1 '12 at 20:41
@dobey: Basically record whatever my sound card is playing - whether that includes the soundtrack from a movie, music being played by Rhythmbox, or even sound effects from a game.
– Nathan Osman
Oct 1 '12 at 20:48
add a comment |
Record stereo from what exactly?
– dobey
Oct 1 '12 at 20:41
@dobey: Basically record whatever my sound card is playing - whether that includes the soundtrack from a movie, music being played by Rhythmbox, or even sound effects from a game.
– Nathan Osman
Oct 1 '12 at 20:48
Record stereo from what exactly?
– dobey
Oct 1 '12 at 20:41
Record stereo from what exactly?
– dobey
Oct 1 '12 at 20:41
@dobey: Basically record whatever my sound card is playing - whether that includes the soundtrack from a movie, music being played by Rhythmbox, or even sound effects from a game.
– Nathan Osman
Oct 1 '12 at 20:48
@dobey: Basically record whatever my sound card is playing - whether that includes the soundtrack from a movie, music being played by Rhythmbox, or even sound effects from a game.
– Nathan Osman
Oct 1 '12 at 20:48
add a comment |
2 Answers
2
active
oldest
votes
I don't know about VLC, but you should be able to record in audacity
. You'll need to install the pavucontrol
package, and set Audacity's recording device to the loopback
device in the sound preferences, and the application you're trying to record from, to the loopback
device for its output. You'll also need to record the audio into a stereo track in Audacity. This is of course an internal loopback system, and the audio won't be output to the speakers as well.
Sadly I really need to record in VLC.
– Nathan Osman
Oct 2 '12 at 16:06
If VLC is going through pulseaudio, then similar details will work.
– dobey
Oct 2 '12 at 21:36
add a comment |
yes you can use VLC. i just figured out exactly how. first off make sure your stereo mix is enabled (within your system's sound settings). Then, in VLC, go to media, then open capture device. select none for video, then select stereo mix for sound. then press play and make sure to mute the sound on VLC or else you will have a reverbish loop with the original sound plus VLC playing the same sound with a delay. then simply press record to begin recording.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f195293%2fhow-to-record-stereo-mix-with-vlc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't know about VLC, but you should be able to record in audacity
. You'll need to install the pavucontrol
package, and set Audacity's recording device to the loopback
device in the sound preferences, and the application you're trying to record from, to the loopback
device for its output. You'll also need to record the audio into a stereo track in Audacity. This is of course an internal loopback system, and the audio won't be output to the speakers as well.
Sadly I really need to record in VLC.
– Nathan Osman
Oct 2 '12 at 16:06
If VLC is going through pulseaudio, then similar details will work.
– dobey
Oct 2 '12 at 21:36
add a comment |
I don't know about VLC, but you should be able to record in audacity
. You'll need to install the pavucontrol
package, and set Audacity's recording device to the loopback
device in the sound preferences, and the application you're trying to record from, to the loopback
device for its output. You'll also need to record the audio into a stereo track in Audacity. This is of course an internal loopback system, and the audio won't be output to the speakers as well.
Sadly I really need to record in VLC.
– Nathan Osman
Oct 2 '12 at 16:06
If VLC is going through pulseaudio, then similar details will work.
– dobey
Oct 2 '12 at 21:36
add a comment |
I don't know about VLC, but you should be able to record in audacity
. You'll need to install the pavucontrol
package, and set Audacity's recording device to the loopback
device in the sound preferences, and the application you're trying to record from, to the loopback
device for its output. You'll also need to record the audio into a stereo track in Audacity. This is of course an internal loopback system, and the audio won't be output to the speakers as well.
I don't know about VLC, but you should be able to record in audacity
. You'll need to install the pavucontrol
package, and set Audacity's recording device to the loopback
device in the sound preferences, and the application you're trying to record from, to the loopback
device for its output. You'll also need to record the audio into a stereo track in Audacity. This is of course an internal loopback system, and the audio won't be output to the speakers as well.
answered Oct 2 '12 at 1:13
dobeydobey
32.8k33686
32.8k33686
Sadly I really need to record in VLC.
– Nathan Osman
Oct 2 '12 at 16:06
If VLC is going through pulseaudio, then similar details will work.
– dobey
Oct 2 '12 at 21:36
add a comment |
Sadly I really need to record in VLC.
– Nathan Osman
Oct 2 '12 at 16:06
If VLC is going through pulseaudio, then similar details will work.
– dobey
Oct 2 '12 at 21:36
Sadly I really need to record in VLC.
– Nathan Osman
Oct 2 '12 at 16:06
Sadly I really need to record in VLC.
– Nathan Osman
Oct 2 '12 at 16:06
If VLC is going through pulseaudio, then similar details will work.
– dobey
Oct 2 '12 at 21:36
If VLC is going through pulseaudio, then similar details will work.
– dobey
Oct 2 '12 at 21:36
add a comment |
yes you can use VLC. i just figured out exactly how. first off make sure your stereo mix is enabled (within your system's sound settings). Then, in VLC, go to media, then open capture device. select none for video, then select stereo mix for sound. then press play and make sure to mute the sound on VLC or else you will have a reverbish loop with the original sound plus VLC playing the same sound with a delay. then simply press record to begin recording.
add a comment |
yes you can use VLC. i just figured out exactly how. first off make sure your stereo mix is enabled (within your system's sound settings). Then, in VLC, go to media, then open capture device. select none for video, then select stereo mix for sound. then press play and make sure to mute the sound on VLC or else you will have a reverbish loop with the original sound plus VLC playing the same sound with a delay. then simply press record to begin recording.
add a comment |
yes you can use VLC. i just figured out exactly how. first off make sure your stereo mix is enabled (within your system's sound settings). Then, in VLC, go to media, then open capture device. select none for video, then select stereo mix for sound. then press play and make sure to mute the sound on VLC or else you will have a reverbish loop with the original sound plus VLC playing the same sound with a delay. then simply press record to begin recording.
yes you can use VLC. i just figured out exactly how. first off make sure your stereo mix is enabled (within your system's sound settings). Then, in VLC, go to media, then open capture device. select none for video, then select stereo mix for sound. then press play and make sure to mute the sound on VLC or else you will have a reverbish loop with the original sound plus VLC playing the same sound with a delay. then simply press record to begin recording.
answered Dec 23 '17 at 23:57
SeanSean
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f195293%2fhow-to-record-stereo-mix-with-vlc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Record stereo from what exactly?
– dobey
Oct 1 '12 at 20:41
@dobey: Basically record whatever my sound card is playing - whether that includes the soundtrack from a movie, music being played by Rhythmbox, or even sound effects from a game.
– Nathan Osman
Oct 1 '12 at 20:48