Audio not working for Gnome Screencast Ctrl + Alt + Shift + R
I can do screencasts by pressing ctrl+alt+shift+r, but I get no sound when I view the videos, I've check my built in mic and headset, they both work on skype and such, I just can't record sound with the gnome built in screencasting. Also, when I open the videos in movieplayer they are in mute by default and there's nothing the the preferences I can find to change that.
Any help would be awesome!
sound gnome screencast
add a comment |
I can do screencasts by pressing ctrl+alt+shift+r, but I get no sound when I view the videos, I've check my built in mic and headset, they both work on skype and such, I just can't record sound with the gnome built in screencasting. Also, when I open the videos in movieplayer they are in mute by default and there's nothing the the preferences I can find to change that.
Any help would be awesome!
sound gnome screencast
So, it's been a few years. Any update? hahaa...hope so.
– Costa
Mar 13 '16 at 1:10
1
Is there an open bug ticket to request this as a feature upstream?
– orschiro
Mar 14 '18 at 14:16
@orschiro Seems to be bug 665548 (found on this probable duplicate question from same author). Probably not downstream
– Pablo Bianchi
Feb 3 at 7:44
add a comment |
I can do screencasts by pressing ctrl+alt+shift+r, but I get no sound when I view the videos, I've check my built in mic and headset, they both work on skype and such, I just can't record sound with the gnome built in screencasting. Also, when I open the videos in movieplayer they are in mute by default and there's nothing the the preferences I can find to change that.
Any help would be awesome!
sound gnome screencast
I can do screencasts by pressing ctrl+alt+shift+r, but I get no sound when I view the videos, I've check my built in mic and headset, they both work on skype and such, I just can't record sound with the gnome built in screencasting. Also, when I open the videos in movieplayer they are in mute by default and there's nothing the the preferences I can find to change that.
Any help would be awesome!
sound gnome screencast
sound gnome screencast
edited Mar 16 '12 at 13:15
Jorge Castro
37k106422617
37k106422617
asked Mar 13 '12 at 2:46
CostaCosta
6252828
6252828
So, it's been a few years. Any update? hahaa...hope so.
– Costa
Mar 13 '16 at 1:10
1
Is there an open bug ticket to request this as a feature upstream?
– orschiro
Mar 14 '18 at 14:16
@orschiro Seems to be bug 665548 (found on this probable duplicate question from same author). Probably not downstream
– Pablo Bianchi
Feb 3 at 7:44
add a comment |
So, it's been a few years. Any update? hahaa...hope so.
– Costa
Mar 13 '16 at 1:10
1
Is there an open bug ticket to request this as a feature upstream?
– orschiro
Mar 14 '18 at 14:16
@orschiro Seems to be bug 665548 (found on this probable duplicate question from same author). Probably not downstream
– Pablo Bianchi
Feb 3 at 7:44
So, it's been a few years. Any update? hahaa...hope so.
– Costa
Mar 13 '16 at 1:10
So, it's been a few years. Any update? hahaa...hope so.
– Costa
Mar 13 '16 at 1:10
1
1
Is there an open bug ticket to request this as a feature upstream?
– orschiro
Mar 14 '18 at 14:16
Is there an open bug ticket to request this as a feature upstream?
– orschiro
Mar 14 '18 at 14:16
@orschiro Seems to be bug 665548 (found on this probable duplicate question from same author). Probably not downstream
– Pablo Bianchi
Feb 3 at 7:44
@orschiro Seems to be bug 665548 (found on this probable duplicate question from same author). Probably not downstream
– Pablo Bianchi
Feb 3 at 7:44
add a comment |
5 Answers
5
active
oldest
votes
I found a solution that worked in my case. Open terminal Ctrl+Alt+T and run the following command:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=8 speed=6 threads=%T ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert !
vorbisenc ! mux. webmmux name=mux"
OR do it with dconf Editor
, and then you'll have to modify the file: /usr/share/gnome-shell/js/ui/main.js
in line 110 (I think) replace:
recorder.pause();
with
recorder.close();
After that, you can decide what stream of audio (internal or external) you want in recorder installing pavucontrol
.
I hope that this would help.
Almost! It still doesn't stop recording audio when I hit ctrl + alt + shift + r the second time. Thanks for the help though : )
– Costa
Oct 19 '12 at 16:58
Now it doesn't work at all. New laptop, new OS: thinkpad x1 carbon, Ubuntu Gnome 13.10. The main.js file is different. It doesn't have the word pause anywhere in it. Also, this time around, changing the recorder string from the default just breaks the recorder, no function at all. Any ideas?
– Costa
Jan 16 '14 at 18:37
add a comment |
Actually, you can record audio. You just need to re do the pipe in the config:
Paste this into a console and that should do the trick:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=10 speed=2 ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert ! vorbisenc ! mux. webmmux name=mux"
Hmmm that seems to work, except it never finishes. It keeps recording audio even after I press ctrl + alt + shift + r again. I think it's still recording now.
– Costa
May 20 '12 at 0:11
1
On Fedora 19, adding this line will turn ctrl+alt+shift+r unresponsive; when removed it works again. Tried on two different machines.
– That Brazilian Guy
Dec 4 '13 at 17:40
This does not work anymore (15.10);No such schema 'org.gnome.shell.recorder'
– Yanick Rochon
Oct 12 '15 at 8:08
add a comment |
I never heard that gnome-shell screencast record video AND audio.
In this case you can record with an another software in background or choosing an another application like recordMyDesktop.
http://blog.sudobits.com/2012/02/11/best-screencasting-software-for-ubuntu-1110-1204/
It doesn't record audio? I'm sorry I assumed it recorded audio. Is there a plan to include this at any point in time?
– Costa
Mar 19 '12 at 1:37
add a comment |
EasyScreenCast (extension)
This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.
https://extensions.gnome.org/extension/690/easyscreencast/
Active Shortcut: Super+E
_
NOTICE: If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page.
Start recording button doesn't do anything. Shortcut key as well. I'm on Gnome on Ubuntu 18.04.
– Costa
Feb 20 at 0:50
Did you try this? "If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
– Cesar Devesa
Mar 2 at 16:24
add a comment |
According to Ubuntu Buzz - Unofficial Ubuntu blog you cannot record audio with build-in gnome-shell screencast.
This is one of great feature which is owned by the Gnome Shell, but
one notable thing you should know is, you can't record any voice using
this, you will get silent video
Source: Ubuntubuzz.com
I searched and found another source. I don't know if this can be considered as more "Official".
A relevant question to yours , about audio
On a related note, is it planned/allowed to be able to record audio as
well as video?
answered like this
For sound you could just open sound recorder and start talking.
Source: Gnome-shell development
Of course all other answers here (with dconf editor & pipeline) are workarounds you can use.
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%2f112473%2faudio-not-working-for-gnome-screencast-ctrl-alt-shift-r%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found a solution that worked in my case. Open terminal Ctrl+Alt+T and run the following command:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=8 speed=6 threads=%T ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert !
vorbisenc ! mux. webmmux name=mux"
OR do it with dconf Editor
, and then you'll have to modify the file: /usr/share/gnome-shell/js/ui/main.js
in line 110 (I think) replace:
recorder.pause();
with
recorder.close();
After that, you can decide what stream of audio (internal or external) you want in recorder installing pavucontrol
.
I hope that this would help.
Almost! It still doesn't stop recording audio when I hit ctrl + alt + shift + r the second time. Thanks for the help though : )
– Costa
Oct 19 '12 at 16:58
Now it doesn't work at all. New laptop, new OS: thinkpad x1 carbon, Ubuntu Gnome 13.10. The main.js file is different. It doesn't have the word pause anywhere in it. Also, this time around, changing the recorder string from the default just breaks the recorder, no function at all. Any ideas?
– Costa
Jan 16 '14 at 18:37
add a comment |
I found a solution that worked in my case. Open terminal Ctrl+Alt+T and run the following command:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=8 speed=6 threads=%T ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert !
vorbisenc ! mux. webmmux name=mux"
OR do it with dconf Editor
, and then you'll have to modify the file: /usr/share/gnome-shell/js/ui/main.js
in line 110 (I think) replace:
recorder.pause();
with
recorder.close();
After that, you can decide what stream of audio (internal or external) you want in recorder installing pavucontrol
.
I hope that this would help.
Almost! It still doesn't stop recording audio when I hit ctrl + alt + shift + r the second time. Thanks for the help though : )
– Costa
Oct 19 '12 at 16:58
Now it doesn't work at all. New laptop, new OS: thinkpad x1 carbon, Ubuntu Gnome 13.10. The main.js file is different. It doesn't have the word pause anywhere in it. Also, this time around, changing the recorder string from the default just breaks the recorder, no function at all. Any ideas?
– Costa
Jan 16 '14 at 18:37
add a comment |
I found a solution that worked in my case. Open terminal Ctrl+Alt+T and run the following command:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=8 speed=6 threads=%T ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert !
vorbisenc ! mux. webmmux name=mux"
OR do it with dconf Editor
, and then you'll have to modify the file: /usr/share/gnome-shell/js/ui/main.js
in line 110 (I think) replace:
recorder.pause();
with
recorder.close();
After that, you can decide what stream of audio (internal or external) you want in recorder installing pavucontrol
.
I hope that this would help.
I found a solution that worked in my case. Open terminal Ctrl+Alt+T and run the following command:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=8 speed=6 threads=%T ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert !
vorbisenc ! mux. webmmux name=mux"
OR do it with dconf Editor
, and then you'll have to modify the file: /usr/share/gnome-shell/js/ui/main.js
in line 110 (I think) replace:
recorder.pause();
with
recorder.close();
After that, you can decide what stream of audio (internal or external) you want in recorder installing pavucontrol
.
I hope that this would help.
edited Oct 15 '12 at 15:19
Peachy
5,06672843
5,06672843
answered Oct 15 '12 at 14:14
Tommaso MatticchioTommaso Matticchio
212
212
Almost! It still doesn't stop recording audio when I hit ctrl + alt + shift + r the second time. Thanks for the help though : )
– Costa
Oct 19 '12 at 16:58
Now it doesn't work at all. New laptop, new OS: thinkpad x1 carbon, Ubuntu Gnome 13.10. The main.js file is different. It doesn't have the word pause anywhere in it. Also, this time around, changing the recorder string from the default just breaks the recorder, no function at all. Any ideas?
– Costa
Jan 16 '14 at 18:37
add a comment |
Almost! It still doesn't stop recording audio when I hit ctrl + alt + shift + r the second time. Thanks for the help though : )
– Costa
Oct 19 '12 at 16:58
Now it doesn't work at all. New laptop, new OS: thinkpad x1 carbon, Ubuntu Gnome 13.10. The main.js file is different. It doesn't have the word pause anywhere in it. Also, this time around, changing the recorder string from the default just breaks the recorder, no function at all. Any ideas?
– Costa
Jan 16 '14 at 18:37
Almost! It still doesn't stop recording audio when I hit ctrl + alt + shift + r the second time. Thanks for the help though : )
– Costa
Oct 19 '12 at 16:58
Almost! It still doesn't stop recording audio when I hit ctrl + alt + shift + r the second time. Thanks for the help though : )
– Costa
Oct 19 '12 at 16:58
Now it doesn't work at all. New laptop, new OS: thinkpad x1 carbon, Ubuntu Gnome 13.10. The main.js file is different. It doesn't have the word pause anywhere in it. Also, this time around, changing the recorder string from the default just breaks the recorder, no function at all. Any ideas?
– Costa
Jan 16 '14 at 18:37
Now it doesn't work at all. New laptop, new OS: thinkpad x1 carbon, Ubuntu Gnome 13.10. The main.js file is different. It doesn't have the word pause anywhere in it. Also, this time around, changing the recorder string from the default just breaks the recorder, no function at all. Any ideas?
– Costa
Jan 16 '14 at 18:37
add a comment |
Actually, you can record audio. You just need to re do the pipe in the config:
Paste this into a console and that should do the trick:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=10 speed=2 ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert ! vorbisenc ! mux. webmmux name=mux"
Hmmm that seems to work, except it never finishes. It keeps recording audio even after I press ctrl + alt + shift + r again. I think it's still recording now.
– Costa
May 20 '12 at 0:11
1
On Fedora 19, adding this line will turn ctrl+alt+shift+r unresponsive; when removed it works again. Tried on two different machines.
– That Brazilian Guy
Dec 4 '13 at 17:40
This does not work anymore (15.10);No such schema 'org.gnome.shell.recorder'
– Yanick Rochon
Oct 12 '15 at 8:08
add a comment |
Actually, you can record audio. You just need to re do the pipe in the config:
Paste this into a console and that should do the trick:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=10 speed=2 ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert ! vorbisenc ! mux. webmmux name=mux"
Hmmm that seems to work, except it never finishes. It keeps recording audio even after I press ctrl + alt + shift + r again. I think it's still recording now.
– Costa
May 20 '12 at 0:11
1
On Fedora 19, adding this line will turn ctrl+alt+shift+r unresponsive; when removed it works again. Tried on two different machines.
– That Brazilian Guy
Dec 4 '13 at 17:40
This does not work anymore (15.10);No such schema 'org.gnome.shell.recorder'
– Yanick Rochon
Oct 12 '15 at 8:08
add a comment |
Actually, you can record audio. You just need to re do the pipe in the config:
Paste this into a console and that should do the trick:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=10 speed=2 ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert ! vorbisenc ! mux. webmmux name=mux"
Actually, you can record audio. You just need to re do the pipe in the config:
Paste this into a console and that should do the trick:
gsettings set org.gnome.shell.recorder pipeline "queue ! videorate ! vp8enc quality=10 speed=2 ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert ! vorbisenc ! mux. webmmux name=mux"
edited Oct 15 '12 at 17:02
penreturns
5,26542542
5,26542542
answered May 19 '12 at 21:35
David DugginsDavid Duggins
292
292
Hmmm that seems to work, except it never finishes. It keeps recording audio even after I press ctrl + alt + shift + r again. I think it's still recording now.
– Costa
May 20 '12 at 0:11
1
On Fedora 19, adding this line will turn ctrl+alt+shift+r unresponsive; when removed it works again. Tried on two different machines.
– That Brazilian Guy
Dec 4 '13 at 17:40
This does not work anymore (15.10);No such schema 'org.gnome.shell.recorder'
– Yanick Rochon
Oct 12 '15 at 8:08
add a comment |
Hmmm that seems to work, except it never finishes. It keeps recording audio even after I press ctrl + alt + shift + r again. I think it's still recording now.
– Costa
May 20 '12 at 0:11
1
On Fedora 19, adding this line will turn ctrl+alt+shift+r unresponsive; when removed it works again. Tried on two different machines.
– That Brazilian Guy
Dec 4 '13 at 17:40
This does not work anymore (15.10);No such schema 'org.gnome.shell.recorder'
– Yanick Rochon
Oct 12 '15 at 8:08
Hmmm that seems to work, except it never finishes. It keeps recording audio even after I press ctrl + alt + shift + r again. I think it's still recording now.
– Costa
May 20 '12 at 0:11
Hmmm that seems to work, except it never finishes. It keeps recording audio even after I press ctrl + alt + shift + r again. I think it's still recording now.
– Costa
May 20 '12 at 0:11
1
1
On Fedora 19, adding this line will turn ctrl+alt+shift+r unresponsive; when removed it works again. Tried on two different machines.
– That Brazilian Guy
Dec 4 '13 at 17:40
On Fedora 19, adding this line will turn ctrl+alt+shift+r unresponsive; when removed it works again. Tried on two different machines.
– That Brazilian Guy
Dec 4 '13 at 17:40
This does not work anymore (15.10);
No such schema 'org.gnome.shell.recorder'
– Yanick Rochon
Oct 12 '15 at 8:08
This does not work anymore (15.10);
No such schema 'org.gnome.shell.recorder'
– Yanick Rochon
Oct 12 '15 at 8:08
add a comment |
I never heard that gnome-shell screencast record video AND audio.
In this case you can record with an another software in background or choosing an another application like recordMyDesktop.
http://blog.sudobits.com/2012/02/11/best-screencasting-software-for-ubuntu-1110-1204/
It doesn't record audio? I'm sorry I assumed it recorded audio. Is there a plan to include this at any point in time?
– Costa
Mar 19 '12 at 1:37
add a comment |
I never heard that gnome-shell screencast record video AND audio.
In this case you can record with an another software in background or choosing an another application like recordMyDesktop.
http://blog.sudobits.com/2012/02/11/best-screencasting-software-for-ubuntu-1110-1204/
It doesn't record audio? I'm sorry I assumed it recorded audio. Is there a plan to include this at any point in time?
– Costa
Mar 19 '12 at 1:37
add a comment |
I never heard that gnome-shell screencast record video AND audio.
In this case you can record with an another software in background or choosing an another application like recordMyDesktop.
http://blog.sudobits.com/2012/02/11/best-screencasting-software-for-ubuntu-1110-1204/
I never heard that gnome-shell screencast record video AND audio.
In this case you can record with an another software in background or choosing an another application like recordMyDesktop.
http://blog.sudobits.com/2012/02/11/best-screencasting-software-for-ubuntu-1110-1204/
answered Mar 16 '12 at 8:22
akiraakira
191
191
It doesn't record audio? I'm sorry I assumed it recorded audio. Is there a plan to include this at any point in time?
– Costa
Mar 19 '12 at 1:37
add a comment |
It doesn't record audio? I'm sorry I assumed it recorded audio. Is there a plan to include this at any point in time?
– Costa
Mar 19 '12 at 1:37
It doesn't record audio? I'm sorry I assumed it recorded audio. Is there a plan to include this at any point in time?
– Costa
Mar 19 '12 at 1:37
It doesn't record audio? I'm sorry I assumed it recorded audio. Is there a plan to include this at any point in time?
– Costa
Mar 19 '12 at 1:37
add a comment |
EasyScreenCast (extension)
This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.
https://extensions.gnome.org/extension/690/easyscreencast/
Active Shortcut: Super+E
_
NOTICE: If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page.
Start recording button doesn't do anything. Shortcut key as well. I'm on Gnome on Ubuntu 18.04.
– Costa
Feb 20 at 0:50
Did you try this? "If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
– Cesar Devesa
Mar 2 at 16:24
add a comment |
EasyScreenCast (extension)
This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.
https://extensions.gnome.org/extension/690/easyscreencast/
Active Shortcut: Super+E
_
NOTICE: If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page.
Start recording button doesn't do anything. Shortcut key as well. I'm on Gnome on Ubuntu 18.04.
– Costa
Feb 20 at 0:50
Did you try this? "If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
– Cesar Devesa
Mar 2 at 16:24
add a comment |
EasyScreenCast (extension)
This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.
https://extensions.gnome.org/extension/690/easyscreencast/
Active Shortcut: Super+E
_
NOTICE: If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page.
EasyScreenCast (extension)
This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.
https://extensions.gnome.org/extension/690/easyscreencast/
Active Shortcut: Super+E
_
NOTICE: If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page.
answered Feb 19 at 9:26
Cesar DevesaCesar Devesa
112
112
Start recording button doesn't do anything. Shortcut key as well. I'm on Gnome on Ubuntu 18.04.
– Costa
Feb 20 at 0:50
Did you try this? "If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
– Cesar Devesa
Mar 2 at 16:24
add a comment |
Start recording button doesn't do anything. Shortcut key as well. I'm on Gnome on Ubuntu 18.04.
– Costa
Feb 20 at 0:50
Did you try this? "If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
– Cesar Devesa
Mar 2 at 16:24
Start recording button doesn't do anything. Shortcut key as well. I'm on Gnome on Ubuntu 18.04.
– Costa
Feb 20 at 0:50
Start recording button doesn't do anything. Shortcut key as well. I'm on Gnome on Ubuntu 18.04.
– Costa
Feb 20 at 0:50
Did you try this? "If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
– Cesar Devesa
Mar 2 at 16:24
Did you try this? "If an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
– Cesar Devesa
Mar 2 at 16:24
add a comment |
According to Ubuntu Buzz - Unofficial Ubuntu blog you cannot record audio with build-in gnome-shell screencast.
This is one of great feature which is owned by the Gnome Shell, but
one notable thing you should know is, you can't record any voice using
this, you will get silent video
Source: Ubuntubuzz.com
I searched and found another source. I don't know if this can be considered as more "Official".
A relevant question to yours , about audio
On a related note, is it planned/allowed to be able to record audio as
well as video?
answered like this
For sound you could just open sound recorder and start talking.
Source: Gnome-shell development
Of course all other answers here (with dconf editor & pipeline) are workarounds you can use.
add a comment |
According to Ubuntu Buzz - Unofficial Ubuntu blog you cannot record audio with build-in gnome-shell screencast.
This is one of great feature which is owned by the Gnome Shell, but
one notable thing you should know is, you can't record any voice using
this, you will get silent video
Source: Ubuntubuzz.com
I searched and found another source. I don't know if this can be considered as more "Official".
A relevant question to yours , about audio
On a related note, is it planned/allowed to be able to record audio as
well as video?
answered like this
For sound you could just open sound recorder and start talking.
Source: Gnome-shell development
Of course all other answers here (with dconf editor & pipeline) are workarounds you can use.
add a comment |
According to Ubuntu Buzz - Unofficial Ubuntu blog you cannot record audio with build-in gnome-shell screencast.
This is one of great feature which is owned by the Gnome Shell, but
one notable thing you should know is, you can't record any voice using
this, you will get silent video
Source: Ubuntubuzz.com
I searched and found another source. I don't know if this can be considered as more "Official".
A relevant question to yours , about audio
On a related note, is it planned/allowed to be able to record audio as
well as video?
answered like this
For sound you could just open sound recorder and start talking.
Source: Gnome-shell development
Of course all other answers here (with dconf editor & pipeline) are workarounds you can use.
According to Ubuntu Buzz - Unofficial Ubuntu blog you cannot record audio with build-in gnome-shell screencast.
This is one of great feature which is owned by the Gnome Shell, but
one notable thing you should know is, you can't record any voice using
this, you will get silent video
Source: Ubuntubuzz.com
I searched and found another source. I don't know if this can be considered as more "Official".
A relevant question to yours , about audio
On a related note, is it planned/allowed to be able to record audio as
well as video?
answered like this
For sound you could just open sound recorder and start talking.
Source: Gnome-shell development
Of course all other answers here (with dconf editor & pipeline) are workarounds you can use.
answered Nov 12 '12 at 2:56
NickTuxNickTux
14k54465
14k54465
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%2f112473%2faudio-not-working-for-gnome-screencast-ctrl-alt-shift-r%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
So, it's been a few years. Any update? hahaa...hope so.
– Costa
Mar 13 '16 at 1:10
1
Is there an open bug ticket to request this as a feature upstream?
– orschiro
Mar 14 '18 at 14:16
@orschiro Seems to be bug 665548 (found on this probable duplicate question from same author). Probably not downstream
– Pablo Bianchi
Feb 3 at 7:44