InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

ffmpeg tutorials

  • Command line - scale a video using ffmpeg
  • Convert mp3 to ogg on Mac using ffmpeg
  • Install ffmpeg on Ubuntu Linux
  • Mac - how to convert mp4 to webm
 
  • Home
  • > Tutorials
  • > Linux/Unix Command Line
  • > ffmpeg

Install ffmpeg on Ubuntu Linux

on Feb 8, 2016

Ubuntu Linux (14.04) does not have ffmpeg in default package source repositories. ffmpeg can be installed using mc3man ppa (personal package archive) using the following steps.

  1. Add mc3man ppa to apt source

    $ sudo add-apt-repository ppa:mc3man/trusty-media
    
  2. Resynchronize the package index files from their sources

    $ sudo apt-get update
    
  3. Check where will ffmpeg be installed

    $ apt-cache policy ffmpeg
    ffmpeg:
      Installed: (none)
      Candidate: 7:2.8.4+git1~trusty
      Version table:
         7:2.8.4+git1~trusty 0
            500 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main amd64 Packages
    
  4. Install ffmpeg using apt-get

    $ sudo apt-get install ffmpeg
    

Suggested posts:

  1. Mac brew – how to find latest available package without installing
  2. Mac – how to convert mp4 to webm
  3. How to install phantomjs on Mac
  4. How to install casperjs on Mac
  5. PHP echo – comma (,) vs dot (.) performance benchmarks
  6. jQuery toggleClass() examples
  7. document querySelector examples
  8. How to install and monitor memcache for php on Ubuntu Linux
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged ffmpeg, Tutorials, Ubuntu Linux
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress