Which ffmpeg package I should download for macOS?












3















I visited https://www.ffmpeg.org/download.html#build-mac to download ffmpeg & ffprobe for Mac OS X High Sierra 10.13. I found the following packages:




  • Static builds for OS X Intel 64-bit


  • Builds 32-bit and 64-bit for OS X 10.5 and above


  • Static and shared builds for macOS 64-bit



Which package I should download? Wnd what's the difference between them?










share|improve this question

























  • How are we supposed to give any advice when you don't provide your operating system? Please edit the question to include this essential information.

    – DavidPostill
    Apr 11 '18 at 16:14











  • @DavidPostill I thought mentioning OSX will be enough, anyway it's high sierra 10.13

    – PyQL
    Apr 11 '18 at 16:18











  • Static 64 bit git/snapshot builds

    – Gyan
    Apr 11 '18 at 17:01











  • ffmpegmac.net seems to be down at the moment, so this is out of the question.

    – slhck
    Apr 11 '18 at 17:03
















3















I visited https://www.ffmpeg.org/download.html#build-mac to download ffmpeg & ffprobe for Mac OS X High Sierra 10.13. I found the following packages:




  • Static builds for OS X Intel 64-bit


  • Builds 32-bit and 64-bit for OS X 10.5 and above


  • Static and shared builds for macOS 64-bit



Which package I should download? Wnd what's the difference between them?










share|improve this question

























  • How are we supposed to give any advice when you don't provide your operating system? Please edit the question to include this essential information.

    – DavidPostill
    Apr 11 '18 at 16:14











  • @DavidPostill I thought mentioning OSX will be enough, anyway it's high sierra 10.13

    – PyQL
    Apr 11 '18 at 16:18











  • Static 64 bit git/snapshot builds

    – Gyan
    Apr 11 '18 at 17:01











  • ffmpegmac.net seems to be down at the moment, so this is out of the question.

    – slhck
    Apr 11 '18 at 17:03














3












3








3


1






I visited https://www.ffmpeg.org/download.html#build-mac to download ffmpeg & ffprobe for Mac OS X High Sierra 10.13. I found the following packages:




  • Static builds for OS X Intel 64-bit


  • Builds 32-bit and 64-bit for OS X 10.5 and above


  • Static and shared builds for macOS 64-bit



Which package I should download? Wnd what's the difference between them?










share|improve this question
















I visited https://www.ffmpeg.org/download.html#build-mac to download ffmpeg & ffprobe for Mac OS X High Sierra 10.13. I found the following packages:




  • Static builds for OS X Intel 64-bit


  • Builds 32-bit and 64-bit for OS X 10.5 and above


  • Static and shared builds for macOS 64-bit



Which package I should download? Wnd what's the difference between them?







macos ffmpeg macos-highsierra






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 11 '18 at 17:04









slhck

163k47450474




163k47450474










asked Apr 11 '18 at 16:07









PyQLPyQL

12816




12816













  • How are we supposed to give any advice when you don't provide your operating system? Please edit the question to include this essential information.

    – DavidPostill
    Apr 11 '18 at 16:14











  • @DavidPostill I thought mentioning OSX will be enough, anyway it's high sierra 10.13

    – PyQL
    Apr 11 '18 at 16:18











  • Static 64 bit git/snapshot builds

    – Gyan
    Apr 11 '18 at 17:01











  • ffmpegmac.net seems to be down at the moment, so this is out of the question.

    – slhck
    Apr 11 '18 at 17:03



















  • How are we supposed to give any advice when you don't provide your operating system? Please edit the question to include this essential information.

    – DavidPostill
    Apr 11 '18 at 16:14











  • @DavidPostill I thought mentioning OSX will be enough, anyway it's high sierra 10.13

    – PyQL
    Apr 11 '18 at 16:18











  • Static 64 bit git/snapshot builds

    – Gyan
    Apr 11 '18 at 17:01











  • ffmpegmac.net seems to be down at the moment, so this is out of the question.

    – slhck
    Apr 11 '18 at 17:03

















How are we supposed to give any advice when you don't provide your operating system? Please edit the question to include this essential information.

– DavidPostill
Apr 11 '18 at 16:14





How are we supposed to give any advice when you don't provide your operating system? Please edit the question to include this essential information.

– DavidPostill
Apr 11 '18 at 16:14













@DavidPostill I thought mentioning OSX will be enough, anyway it's high sierra 10.13

– PyQL
Apr 11 '18 at 16:18





@DavidPostill I thought mentioning OSX will be enough, anyway it's high sierra 10.13

– PyQL
Apr 11 '18 at 16:18













Static 64 bit git/snapshot builds

– Gyan
Apr 11 '18 at 17:01





Static 64 bit git/snapshot builds

– Gyan
Apr 11 '18 at 17:01













ffmpegmac.net seems to be down at the moment, so this is out of the question.

– slhck
Apr 11 '18 at 17:03





ffmpegmac.net seems to be down at the moment, so this is out of the question.

– slhck
Apr 11 '18 at 17:03










2 Answers
2






active

oldest

votes


















5














You can install ffmpeg via three methods:




  • Downloading a static build from ffmpeg.org. Choose these if you want a simple-to-run program that comes with many features. You have to manually update it, though. Also, for licensing reasons, static builds cannot bundle all third-party dependencies.


  • Installing from Homebrew via brew install ffmpeg. You get the most common dependencies (encoders etc.) installed along and it auto-updates when you update Homebrew.


  • Building from source (see here). This usually is not required.



Some help for choosing a static build:




  • If you want a build that runs without any external dependencies, download a static build.


  • If you have a 64-Bit operating system (i.e. anything above OS X 10.7), download a 64-Bit build.


  • The builds on evermeet.cx require OS X 10.9, while the builds from Zeranoe require OS X 10.10.


  • The Zeranoe builds have a few more third-party dependencies enabled by default. (Compare the configuration lines on the respective websites or in the READMEs.)







share|improve this answer

































    1














    To answer your question by going off on a slight tangent.



    I installed ffmpeg using Homebrew with brew install ffmpeg which has the advantage of building it and installing it with all the necessary requirements automatically. It builds the most recent stable version with commonly used dependencies.






    share|improve this answer


























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "3"
      };
      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%2fsuperuser.com%2fquestions%2f1313069%2fwhich-ffmpeg-package-i-should-download-for-macos%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









      5














      You can install ffmpeg via three methods:




      • Downloading a static build from ffmpeg.org. Choose these if you want a simple-to-run program that comes with many features. You have to manually update it, though. Also, for licensing reasons, static builds cannot bundle all third-party dependencies.


      • Installing from Homebrew via brew install ffmpeg. You get the most common dependencies (encoders etc.) installed along and it auto-updates when you update Homebrew.


      • Building from source (see here). This usually is not required.



      Some help for choosing a static build:




      • If you want a build that runs without any external dependencies, download a static build.


      • If you have a 64-Bit operating system (i.e. anything above OS X 10.7), download a 64-Bit build.


      • The builds on evermeet.cx require OS X 10.9, while the builds from Zeranoe require OS X 10.10.


      • The Zeranoe builds have a few more third-party dependencies enabled by default. (Compare the configuration lines on the respective websites or in the READMEs.)







      share|improve this answer






























        5














        You can install ffmpeg via three methods:




        • Downloading a static build from ffmpeg.org. Choose these if you want a simple-to-run program that comes with many features. You have to manually update it, though. Also, for licensing reasons, static builds cannot bundle all third-party dependencies.


        • Installing from Homebrew via brew install ffmpeg. You get the most common dependencies (encoders etc.) installed along and it auto-updates when you update Homebrew.


        • Building from source (see here). This usually is not required.



        Some help for choosing a static build:




        • If you want a build that runs without any external dependencies, download a static build.


        • If you have a 64-Bit operating system (i.e. anything above OS X 10.7), download a 64-Bit build.


        • The builds on evermeet.cx require OS X 10.9, while the builds from Zeranoe require OS X 10.10.


        • The Zeranoe builds have a few more third-party dependencies enabled by default. (Compare the configuration lines on the respective websites or in the READMEs.)







        share|improve this answer




























          5












          5








          5







          You can install ffmpeg via three methods:




          • Downloading a static build from ffmpeg.org. Choose these if you want a simple-to-run program that comes with many features. You have to manually update it, though. Also, for licensing reasons, static builds cannot bundle all third-party dependencies.


          • Installing from Homebrew via brew install ffmpeg. You get the most common dependencies (encoders etc.) installed along and it auto-updates when you update Homebrew.


          • Building from source (see here). This usually is not required.



          Some help for choosing a static build:




          • If you want a build that runs without any external dependencies, download a static build.


          • If you have a 64-Bit operating system (i.e. anything above OS X 10.7), download a 64-Bit build.


          • The builds on evermeet.cx require OS X 10.9, while the builds from Zeranoe require OS X 10.10.


          • The Zeranoe builds have a few more third-party dependencies enabled by default. (Compare the configuration lines on the respective websites or in the READMEs.)







          share|improve this answer















          You can install ffmpeg via three methods:




          • Downloading a static build from ffmpeg.org. Choose these if you want a simple-to-run program that comes with many features. You have to manually update it, though. Also, for licensing reasons, static builds cannot bundle all third-party dependencies.


          • Installing from Homebrew via brew install ffmpeg. You get the most common dependencies (encoders etc.) installed along and it auto-updates when you update Homebrew.


          • Building from source (see here). This usually is not required.



          Some help for choosing a static build:




          • If you want a build that runs without any external dependencies, download a static build.


          • If you have a 64-Bit operating system (i.e. anything above OS X 10.7), download a 64-Bit build.


          • The builds on evermeet.cx require OS X 10.9, while the builds from Zeranoe require OS X 10.10.


          • The Zeranoe builds have a few more third-party dependencies enabled by default. (Compare the configuration lines on the respective websites or in the READMEs.)








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 4 at 10:13

























          answered Apr 11 '18 at 17:03









          slhckslhck

          163k47450474




          163k47450474

























              1














              To answer your question by going off on a slight tangent.



              I installed ffmpeg using Homebrew with brew install ffmpeg which has the advantage of building it and installing it with all the necessary requirements automatically. It builds the most recent stable version with commonly used dependencies.






              share|improve this answer






























                1














                To answer your question by going off on a slight tangent.



                I installed ffmpeg using Homebrew with brew install ffmpeg which has the advantage of building it and installing it with all the necessary requirements automatically. It builds the most recent stable version with commonly used dependencies.






                share|improve this answer




























                  1












                  1








                  1







                  To answer your question by going off on a slight tangent.



                  I installed ffmpeg using Homebrew with brew install ffmpeg which has the advantage of building it and installing it with all the necessary requirements automatically. It builds the most recent stable version with commonly used dependencies.






                  share|improve this answer















                  To answer your question by going off on a slight tangent.



                  I installed ffmpeg using Homebrew with brew install ffmpeg which has the advantage of building it and installing it with all the necessary requirements automatically. It builds the most recent stable version with commonly used dependencies.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Feb 4 at 10:14









                  slhck

                  163k47450474




                  163k47450474










                  answered Apr 12 '18 at 5:37









                  Tony WilliamsTony Williams

                  53327




                  53327






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Super User!


                      • 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%2fsuperuser.com%2fquestions%2f1313069%2fwhich-ffmpeg-package-i-should-download-for-macos%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

                      Список кардиналов, возведённых папой римским Каликстом III

                      Deduzione

                      Mysql.sock missing - “Can't connect to local MySQL server through socket”