How do you install avconv on Ubuntu Server 13.04?How do I install these libraries/codecs for Matlab?How do I...

Why does photorec keep finding files after I have filled the disk free space as root?

Eww, those bytes are gross

Hilchos Shabbos English Sefer

Why do neural networks need so many training examples to perform?

What is the difference between rolling more dice versus fewer dice?

Why is Agricola named as such?

Which communication protocol is used in AdLib sound card?

Why did Luke use his left hand to shoot?

Why would space fleets be aligned?

How should I handle players who ignore the session zero agreement?

Early credit roll before the end of the film

What is a good reason for every spaceship to carry a weapon on board?

Plausible reason for gold-digging ant

Am I a Rude Number?

Is there a defined priority for pattern matching?

Is a new boolean field better than null reference when a value can be meaningfully absent?

Saint abbreviation

Why was Lupin comfortable with saying Voldemort's name?

How to assess the long-term stability of a college as part of a job search

How to deal with possible delayed baggage?

What language shall they sing in?

How to visualize the Riemann-Roch theorem from complex analysis or geometric topology considerations?

How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?

Changing the laptop's CPU. Should I reinstall Linux?



How do you install avconv on Ubuntu Server 13.04?


How do I install these libraries/codecs for Matlab?How do I install 64-bit Ubuntu Server on MacBook?How may I burn srt subtitles to video with avconv?avconv/ffmpeg - audio slowly drifts out of sync, original is in syncUbuntu Server 14.04.2 install error: can't umount /mediaVLC unable to open any filesInstall error for Mysql-ServerUbuntu Server 18.04 install failsHow to install requested libs: GLIB, libavcodec and libavformat?How do you install avconv on Ubuntu 18.04?













34















I've searched and searched, but I can't find anything, besides compiling it, which gives me an error about ASM.










share|improve this question

























  • In the future, you should post the error as it usually compiles just fine after installing all dependencies. Although, the recommended method is apt-get.

    – mchid
    Jul 10 '16 at 17:47


















34















I've searched and searched, but I can't find anything, besides compiling it, which gives me an error about ASM.










share|improve this question

























  • In the future, you should post the error as it usually compiles just fine after installing all dependencies. Although, the recommended method is apt-get.

    – mchid
    Jul 10 '16 at 17:47
















34












34








34


2






I've searched and searched, but I can't find anything, besides compiling it, which gives me an error about ASM.










share|improve this question
















I've searched and searched, but I can't find anything, besides compiling it, which gives me an error about ASM.







server sound video avconv






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 16 '13 at 4:36







user3079344

















asked Dec 15 '13 at 23:38









user3079344user3079344

181125




181125













  • In the future, you should post the error as it usually compiles just fine after installing all dependencies. Although, the recommended method is apt-get.

    – mchid
    Jul 10 '16 at 17:47





















  • In the future, you should post the error as it usually compiles just fine after installing all dependencies. Although, the recommended method is apt-get.

    – mchid
    Jul 10 '16 at 17:47



















In the future, you should post the error as it usually compiles just fine after installing all dependencies. Although, the recommended method is apt-get.

– mchid
Jul 10 '16 at 17:47







In the future, you should post the error as it usually compiles just fine after installing all dependencies. Although, the recommended method is apt-get.

– mchid
Jul 10 '16 at 17:47












4 Answers
4






active

oldest

votes


















67














You can install avconv with package libav-tools



sudo apt-get install libav-tools





share|improve this answer































    3














    open your terminal and type as



    sudo apt-get install ffmpeg libav-tools





    share|improve this answer































      2














      sudo apt-get install ffmpeg


      This will also install the libav-tools by default






      share|improve this answer































        2














        Unfortunately, those answer won't work on Bionic version because FFmpeg won't include the avahi libraries in the package. you will have to install libav-tools manually
        in order to get avconv_cli



        sudo apt install ffmpeg  #requirement to run avahi
        wget http://launchpadlibrarian.net/348889634/libav-tools_3.4.1-1_all.deb
        sudo dpkg -i libav-tools_3.4.1-1_all.deb


        I'm adding this answer here because this topic looks like the only one discusses the avconv but the answers are not for the later versions of Ubuntu distro.
        But why would you if you could get the same result from ffmpeg.






        share|improve this answer


























        • Thanks, this was helpful. But to be clear, you still need to have ffmpeg installed before installing the deb above.

          – James Bradbury
          Sep 10 '18 at 16:50











        • @JamesBradbury You are correct. because libav-tools depends on FFmpeg. It was for some people who were expecting FFmpeg includes libav-tools however, I should've been mentioned FFmpeg to be as clear as possible and error free. Thanks.

          – Seandex
          Sep 24 '18 at 10:17











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


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f391357%2fhow-do-you-install-avconv-on-ubuntu-server-13-04%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









        67














        You can install avconv with package libav-tools



        sudo apt-get install libav-tools





        share|improve this answer




























          67














          You can install avconv with package libav-tools



          sudo apt-get install libav-tools





          share|improve this answer


























            67












            67








            67







            You can install avconv with package libav-tools



            sudo apt-get install libav-tools





            share|improve this answer













            You can install avconv with package libav-tools



            sudo apt-get install libav-tools






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 18 '13 at 12:29







            user224082
































                3














                open your terminal and type as



                sudo apt-get install ffmpeg libav-tools





                share|improve this answer




























                  3














                  open your terminal and type as



                  sudo apt-get install ffmpeg libav-tools





                  share|improve this answer


























                    3












                    3








                    3







                    open your terminal and type as



                    sudo apt-get install ffmpeg libav-tools





                    share|improve this answer













                    open your terminal and type as



                    sudo apt-get install ffmpeg libav-tools






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 18 '13 at 12:34









                    rɑːdʒɑrɑːdʒɑ

                    58.1k85218302




                    58.1k85218302























                        2














                        sudo apt-get install ffmpeg


                        This will also install the libav-tools by default






                        share|improve this answer




























                          2














                          sudo apt-get install ffmpeg


                          This will also install the libav-tools by default






                          share|improve this answer


























                            2












                            2








                            2







                            sudo apt-get install ffmpeg


                            This will also install the libav-tools by default






                            share|improve this answer













                            sudo apt-get install ffmpeg


                            This will also install the libav-tools by default







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 16 '15 at 9:27









                            andy_doddandy_dodd

                            211




                            211























                                2














                                Unfortunately, those answer won't work on Bionic version because FFmpeg won't include the avahi libraries in the package. you will have to install libav-tools manually
                                in order to get avconv_cli



                                sudo apt install ffmpeg  #requirement to run avahi
                                wget http://launchpadlibrarian.net/348889634/libav-tools_3.4.1-1_all.deb
                                sudo dpkg -i libav-tools_3.4.1-1_all.deb


                                I'm adding this answer here because this topic looks like the only one discusses the avconv but the answers are not for the later versions of Ubuntu distro.
                                But why would you if you could get the same result from ffmpeg.






                                share|improve this answer


























                                • Thanks, this was helpful. But to be clear, you still need to have ffmpeg installed before installing the deb above.

                                  – James Bradbury
                                  Sep 10 '18 at 16:50











                                • @JamesBradbury You are correct. because libav-tools depends on FFmpeg. It was for some people who were expecting FFmpeg includes libav-tools however, I should've been mentioned FFmpeg to be as clear as possible and error free. Thanks.

                                  – Seandex
                                  Sep 24 '18 at 10:17
















                                2














                                Unfortunately, those answer won't work on Bionic version because FFmpeg won't include the avahi libraries in the package. you will have to install libav-tools manually
                                in order to get avconv_cli



                                sudo apt install ffmpeg  #requirement to run avahi
                                wget http://launchpadlibrarian.net/348889634/libav-tools_3.4.1-1_all.deb
                                sudo dpkg -i libav-tools_3.4.1-1_all.deb


                                I'm adding this answer here because this topic looks like the only one discusses the avconv but the answers are not for the later versions of Ubuntu distro.
                                But why would you if you could get the same result from ffmpeg.






                                share|improve this answer


























                                • Thanks, this was helpful. But to be clear, you still need to have ffmpeg installed before installing the deb above.

                                  – James Bradbury
                                  Sep 10 '18 at 16:50











                                • @JamesBradbury You are correct. because libav-tools depends on FFmpeg. It was for some people who were expecting FFmpeg includes libav-tools however, I should've been mentioned FFmpeg to be as clear as possible and error free. Thanks.

                                  – Seandex
                                  Sep 24 '18 at 10:17














                                2












                                2








                                2







                                Unfortunately, those answer won't work on Bionic version because FFmpeg won't include the avahi libraries in the package. you will have to install libav-tools manually
                                in order to get avconv_cli



                                sudo apt install ffmpeg  #requirement to run avahi
                                wget http://launchpadlibrarian.net/348889634/libav-tools_3.4.1-1_all.deb
                                sudo dpkg -i libav-tools_3.4.1-1_all.deb


                                I'm adding this answer here because this topic looks like the only one discusses the avconv but the answers are not for the later versions of Ubuntu distro.
                                But why would you if you could get the same result from ffmpeg.






                                share|improve this answer















                                Unfortunately, those answer won't work on Bionic version because FFmpeg won't include the avahi libraries in the package. you will have to install libav-tools manually
                                in order to get avconv_cli



                                sudo apt install ffmpeg  #requirement to run avahi
                                wget http://launchpadlibrarian.net/348889634/libav-tools_3.4.1-1_all.deb
                                sudo dpkg -i libav-tools_3.4.1-1_all.deb


                                I'm adding this answer here because this topic looks like the only one discusses the avconv but the answers are not for the later versions of Ubuntu distro.
                                But why would you if you could get the same result from ffmpeg.







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited 2 mins ago

























                                answered Aug 31 '18 at 1:23









                                SeandexSeandex

                                211




                                211













                                • Thanks, this was helpful. But to be clear, you still need to have ffmpeg installed before installing the deb above.

                                  – James Bradbury
                                  Sep 10 '18 at 16:50











                                • @JamesBradbury You are correct. because libav-tools depends on FFmpeg. It was for some people who were expecting FFmpeg includes libav-tools however, I should've been mentioned FFmpeg to be as clear as possible and error free. Thanks.

                                  – Seandex
                                  Sep 24 '18 at 10:17



















                                • Thanks, this was helpful. But to be clear, you still need to have ffmpeg installed before installing the deb above.

                                  – James Bradbury
                                  Sep 10 '18 at 16:50











                                • @JamesBradbury You are correct. because libav-tools depends on FFmpeg. It was for some people who were expecting FFmpeg includes libav-tools however, I should've been mentioned FFmpeg to be as clear as possible and error free. Thanks.

                                  – Seandex
                                  Sep 24 '18 at 10:17

















                                Thanks, this was helpful. But to be clear, you still need to have ffmpeg installed before installing the deb above.

                                – James Bradbury
                                Sep 10 '18 at 16:50





                                Thanks, this was helpful. But to be clear, you still need to have ffmpeg installed before installing the deb above.

                                – James Bradbury
                                Sep 10 '18 at 16:50













                                @JamesBradbury You are correct. because libav-tools depends on FFmpeg. It was for some people who were expecting FFmpeg includes libav-tools however, I should've been mentioned FFmpeg to be as clear as possible and error free. Thanks.

                                – Seandex
                                Sep 24 '18 at 10:17





                                @JamesBradbury You are correct. because libav-tools depends on FFmpeg. It was for some people who were expecting FFmpeg includes libav-tools however, I should've been mentioned FFmpeg to be as clear as possible and error free. Thanks.

                                – Seandex
                                Sep 24 '18 at 10:17


















                                draft saved

                                draft discarded




















































                                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%2f391357%2fhow-do-you-install-avconv-on-ubuntu-server-13-04%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

                                Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                                Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                                Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...