How can I record the screen as well as audio on Ubuntu?












0















That is for creating a video tutorial. I want the screen and my voice.
I have tried many recorder, but that only record the screen and internal video.










share|improve this question









New contributor




Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    That is for creating a video tutorial. I want the screen and my voice.
    I have tried many recorder, but that only record the screen and internal video.










    share|improve this question









    New contributor




    Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0


      2






      That is for creating a video tutorial. I want the screen and my voice.
      I have tried many recorder, but that only record the screen and internal video.










      share|improve this question









      New contributor




      Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      That is for creating a video tutorial. I want the screen and my voice.
      I have tried many recorder, but that only record the screen and internal video.







      sound screen screencast desktop-recording sound-recorder






      share|improve this question









      New contributor




      Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 9 hours ago









      pomsky

      30.6k1193127




      30.6k1193127






      New contributor




      Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      Vidhya RajanVidhya Rajan

      1




      1




      New contributor




      Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Vidhya Rajan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          4 Answers
          4






          active

          oldest

          votes


















          2














          There is an application in the Official Ubuntu Software Repository callled Kazam, which works great. It will record internal sound, external sound, and the screen. It has pretty good video quality, as well. It can be installed with:



          $ sudo apt-get install kazam





          share|improve this answer










          New contributor




          The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




























            1














            You can use recordMyDesktop. It has the option to capture audio from your microphone. To install it run the following command in Terminal



            sudo apt install gtk-recordmydesktop


            Open recordMyDesktop and just check the box next to 'Sound Quality' before starting recording.



            enter image description here






            share|improve this answer































              1














              There are many many applications with which you can do that, The best one that I've used obs, You can install it by



              sudo apt install obs-studio


              As previously suggested you can also use kazam



              sudo apt install kazam


              Or if you don't want to install any application, you can use the already available ffmpeg command, the following should work for you:



              ffmpeg -f x11grab -s "Your screen resolution" -i :0.0 -f alsa -i default output.mkv


              For the last one, I am assuming you're using alsa!






              share|improve this answer


























              • I was going to mention OBSProject - I wasn't aware it is in the repositories, though!

                – Charles Green
                6 hours ago



















              1














              A simple one is simplescreenrecorder which can be found in the 18.04 repo. Install it with



              sudo apt install simplescreenrecorder


              start it > Continue > choose size of screen to record > tick the box for audio. For Backend choose pulseaudio. For source choose built in audio analogue stereo which would record the mic instead of the internal audio > choose save location and the default codec parameters should be ok



              enter image description here






              share|improve this answer























                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
                });


                }
                });






                Vidhya Rajan is a new contributor. Be nice, and check out our Code of Conduct.










                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116824%2fhow-can-i-record-the-screen-as-well-as-audio-on-ubuntu%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                2














                There is an application in the Official Ubuntu Software Repository callled Kazam, which works great. It will record internal sound, external sound, and the screen. It has pretty good video quality, as well. It can be installed with:



                $ sudo apt-get install kazam





                share|improve this answer










                New contributor




                The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.

























                  2














                  There is an application in the Official Ubuntu Software Repository callled Kazam, which works great. It will record internal sound, external sound, and the screen. It has pretty good video quality, as well. It can be installed with:



                  $ sudo apt-get install kazam





                  share|improve this answer










                  New contributor




                  The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.























                    2












                    2








                    2







                    There is an application in the Official Ubuntu Software Repository callled Kazam, which works great. It will record internal sound, external sound, and the screen. It has pretty good video quality, as well. It can be installed with:



                    $ sudo apt-get install kazam





                    share|improve this answer










                    New contributor




                    The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.










                    There is an application in the Official Ubuntu Software Repository callled Kazam, which works great. It will record internal sound, external sound, and the screen. It has pretty good video quality, as well. It can be installed with:



                    $ sudo apt-get install kazam






                    share|improve this answer










                    New contributor




                    The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    share|improve this answer



                    share|improve this answer








                    edited yesterday





















                    New contributor




                    The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    answered yesterday









                    The MATE ManThe MATE Man

                    1914




                    1914




                    New contributor




                    The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    New contributor





                    The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    The MATE Man is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.

























                        1














                        You can use recordMyDesktop. It has the option to capture audio from your microphone. To install it run the following command in Terminal



                        sudo apt install gtk-recordmydesktop


                        Open recordMyDesktop and just check the box next to 'Sound Quality' before starting recording.



                        enter image description here






                        share|improve this answer




























                          1














                          You can use recordMyDesktop. It has the option to capture audio from your microphone. To install it run the following command in Terminal



                          sudo apt install gtk-recordmydesktop


                          Open recordMyDesktop and just check the box next to 'Sound Quality' before starting recording.



                          enter image description here






                          share|improve this answer


























                            1












                            1








                            1







                            You can use recordMyDesktop. It has the option to capture audio from your microphone. To install it run the following command in Terminal



                            sudo apt install gtk-recordmydesktop


                            Open recordMyDesktop and just check the box next to 'Sound Quality' before starting recording.



                            enter image description here






                            share|improve this answer













                            You can use recordMyDesktop. It has the option to capture audio from your microphone. To install it run the following command in Terminal



                            sudo apt install gtk-recordmydesktop


                            Open recordMyDesktop and just check the box next to 'Sound Quality' before starting recording.



                            enter image description here







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 9 hours ago









                            pomskypomsky

                            30.6k1193127




                            30.6k1193127























                                1














                                There are many many applications with which you can do that, The best one that I've used obs, You can install it by



                                sudo apt install obs-studio


                                As previously suggested you can also use kazam



                                sudo apt install kazam


                                Or if you don't want to install any application, you can use the already available ffmpeg command, the following should work for you:



                                ffmpeg -f x11grab -s "Your screen resolution" -i :0.0 -f alsa -i default output.mkv


                                For the last one, I am assuming you're using alsa!






                                share|improve this answer


























                                • I was going to mention OBSProject - I wasn't aware it is in the repositories, though!

                                  – Charles Green
                                  6 hours ago
















                                1














                                There are many many applications with which you can do that, The best one that I've used obs, You can install it by



                                sudo apt install obs-studio


                                As previously suggested you can also use kazam



                                sudo apt install kazam


                                Or if you don't want to install any application, you can use the already available ffmpeg command, the following should work for you:



                                ffmpeg -f x11grab -s "Your screen resolution" -i :0.0 -f alsa -i default output.mkv


                                For the last one, I am assuming you're using alsa!






                                share|improve this answer


























                                • I was going to mention OBSProject - I wasn't aware it is in the repositories, though!

                                  – Charles Green
                                  6 hours ago














                                1












                                1








                                1







                                There are many many applications with which you can do that, The best one that I've used obs, You can install it by



                                sudo apt install obs-studio


                                As previously suggested you can also use kazam



                                sudo apt install kazam


                                Or if you don't want to install any application, you can use the already available ffmpeg command, the following should work for you:



                                ffmpeg -f x11grab -s "Your screen resolution" -i :0.0 -f alsa -i default output.mkv


                                For the last one, I am assuming you're using alsa!






                                share|improve this answer















                                There are many many applications with which you can do that, The best one that I've used obs, You can install it by



                                sudo apt install obs-studio


                                As previously suggested you can also use kazam



                                sudo apt install kazam


                                Or if you don't want to install any application, you can use the already available ffmpeg command, the following should work for you:



                                ffmpeg -f x11grab -s "Your screen resolution" -i :0.0 -f alsa -i default output.mkv


                                For the last one, I am assuming you're using alsa!







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited 9 hours ago









                                pomsky

                                30.6k1193127




                                30.6k1193127










                                answered yesterday









                                Nauman AfsarNauman Afsar

                                3315




                                3315













                                • I was going to mention OBSProject - I wasn't aware it is in the repositories, though!

                                  – Charles Green
                                  6 hours ago



















                                • I was going to mention OBSProject - I wasn't aware it is in the repositories, though!

                                  – Charles Green
                                  6 hours ago

















                                I was going to mention OBSProject - I wasn't aware it is in the repositories, though!

                                – Charles Green
                                6 hours ago





                                I was going to mention OBSProject - I wasn't aware it is in the repositories, though!

                                – Charles Green
                                6 hours ago











                                1














                                A simple one is simplescreenrecorder which can be found in the 18.04 repo. Install it with



                                sudo apt install simplescreenrecorder


                                start it > Continue > choose size of screen to record > tick the box for audio. For Backend choose pulseaudio. For source choose built in audio analogue stereo which would record the mic instead of the internal audio > choose save location and the default codec parameters should be ok



                                enter image description here






                                share|improve this answer




























                                  1














                                  A simple one is simplescreenrecorder which can be found in the 18.04 repo. Install it with



                                  sudo apt install simplescreenrecorder


                                  start it > Continue > choose size of screen to record > tick the box for audio. For Backend choose pulseaudio. For source choose built in audio analogue stereo which would record the mic instead of the internal audio > choose save location and the default codec parameters should be ok



                                  enter image description here






                                  share|improve this answer


























                                    1












                                    1








                                    1







                                    A simple one is simplescreenrecorder which can be found in the 18.04 repo. Install it with



                                    sudo apt install simplescreenrecorder


                                    start it > Continue > choose size of screen to record > tick the box for audio. For Backend choose pulseaudio. For source choose built in audio analogue stereo which would record the mic instead of the internal audio > choose save location and the default codec parameters should be ok



                                    enter image description here






                                    share|improve this answer













                                    A simple one is simplescreenrecorder which can be found in the 18.04 repo. Install it with



                                    sudo apt install simplescreenrecorder


                                    start it > Continue > choose size of screen to record > tick the box for audio. For Backend choose pulseaudio. For source choose built in audio analogue stereo which would record the mic instead of the internal audio > choose save location and the default codec parameters should be ok



                                    enter image description here







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered 6 hours ago









                                    ptetteh227ptetteh227

                                    958219




                                    958219






















                                        Vidhya Rajan is a new contributor. Be nice, and check out our Code of Conduct.










                                        draft saved

                                        draft discarded


















                                        Vidhya Rajan is a new contributor. Be nice, and check out our Code of Conduct.













                                        Vidhya Rajan is a new contributor. Be nice, and check out our Code of Conduct.












                                        Vidhya Rajan is a new contributor. Be nice, and check out our Code of Conduct.
















                                        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.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116824%2fhow-can-i-record-the-screen-as-well-as-audio-on-ubuntu%23new-answer', 'question_page');
                                        }
                                        );

                                        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







                                        Popular posts from this blog

                                        How did Captain America manage to do this?

                                        迪纳利

                                        南乌拉尔铁路局