• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Install FFmpeg on Ubuntu 15.10, Using Apt-Get (PPA)

Install FFmpeg on Ubuntu 15.10, Using Apt-Get (PPA)

By Sourabh / December 19, 2015 Category: How To, Ubuntu

Install FFmpeg on Ubuntu, using apt-get (PPA) on Ubuntu 15.10, Ubuntu 14.04 and Derivatives. FFmpeg is a command line tool to convert multimedia files on Ubuntu.

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.

It contains libavcodec, libavutil, libavformat, libavfilter, libavdevice, libswscale and libswresample which can be used by applications. As well as ffmpeg, ffserver, ffplay and ffprobe which can be used by end users for transcoding, streaming and playing.

FFmpeg Tools

  1. ffmpeg – A command line tool to convert multimedia files between formats.
  2. ffserver – A multimedia streaming server for live broadcasts.
  3. ffplay – A simple media player based on SDL and the FFmpeg libraries.
  4. ffprobe – A simple multimedia stream analyzer.

Install FFmpeg on Ubuntu

FFmpeg 2.8.2 is the latest version of FFmpeg Multimedia Framework. It can be installed on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 14.10 and Ubuntu derivatives. Run the following commands to install FFmpeg 2.8:

$ sudo apt-add-repository ppa:samrog131/ppa
$ sudo apt-get update
$ sudo apt-get install FFmpeg-real
$ sudo ln -sf /opt/FFmpeg/bin/FFmpeg /usr/bin/FFmpeg

01

If the above command doesn’t work, try installing FFmpeg on Ubuntu, using the following commands:

$ sudo apt-add-repository ppa:mc3man/trusty-media
$ sudo apt-get update
$ sudo apt-get install ffmpeg

02

Uninstall FFmpeg from Ubuntu

Run the following commands to uninstall and remove FFmpeg 2.8 from Ubuntu Systems:

$ sudo apt-get remove FFmpeg
$ sudo rm /opt/FFmpeg/bin/FFmpeg /usr/bin/FFmpeg

Using FFmpeg on Ubuntu

Please note that FFmpeg is a command line tool. If you like to use GUI, try installing WinFF, GUI for FFmpeg (see below). If you wish to get more help, run help or info command:

ffmpeg-info

Syntax to use FFmpeg on Ubuntu

ffmpeg [[infile options][-i infile]]… {[outfile options] outfile}…

To convert a video file, simply use the following format

$ ffmpeg -i input.mp4 output.avi

For example, if you want to convert mp4 file named “MTV-Gulabi” to “MTV.avi”, run the following command:

$ ffmpeg -i MTV-Gulabi.mp4 MTV.avi

See the screenshot below:

011 012

Installing WinFF – GUI for FFmpeg

WinFF is a GUI for FFmpeg. Run the following commands to install WinFF on Ubuntu:

$ sudo add-apt-repository ppa:paul-climbing/ppa
$ sudo apt-get update
$ sudo apt-get install winff

Once installed, open WinFF from menu or Ubuntu Dash.

Tags: Download FFmpeg 2.8.2, FFmpeg 2.8.2, FFmpeg 2.8.2 Download, FFmpeg 2.8.2 Install, FFmpeg 2.8.2 PPA, FFmpeg 2.8.2 Ubuntu PPA, FFmpeg Frontend Ubuntu, FFmpeg Install Ubuntu, FFmpeg Ubuntu 14, FFmpeg Ubuntu 14.04, FFmpeg Ubuntu 14.10, FFmpeg Ubuntu 15.04, FFmpeg Ubuntu 15.10, FFmpeg Ubuntu Apt-Get, FFmpeg Ubuntu PPA, How To Convert Audio Files in Linux, How To Convert Audio Files in Ubuntu, How To Convert Audio Files in Ubuntu 14.04, How To Convert Audio Files in Ubuntu 15.10, How To Convert Media Files in Linux, How To Convert Media Files in Ubuntu, How To Convert Media Files in Ubuntu 14.04, How To Convert Media Files in Ubuntu 15.10, How To Convert Video Files in Linux, How To Convert Video Files in Ubuntu, How To Convert Video Files in Ubuntu 14.04, How To Convert Video Files in Ubuntu 15.10, How To Use FFmpeg Ubuntu, Install FFmpeg 2.8.2, Install FFmpeg 2.8.2 on Linux Mint, Install FFmpeg 2.8.2 on Linux Ubuntu, Install FFmpeg 2.8.2 on Ubuntu 14.04, Install FFmpeg 2.8.2 on Ubuntu 14.10, Install FFmpeg 2.8.2 on Ubuntu 15.04, Install FFmpeg 2.8.2 on Ubuntu 15.10, Install FFmpeg 2.8.2 on Ubuntu Linux, Install FFmpeg 2.8.2 Ubuntu, Install FFmpeg on Linux Mint, Install FFmpeg On Linux Ubuntu, Install FFmpeg on Ubuntu 14.04, Install FFmpeg on Ubuntu 14.10, Install FFmpeg on Ubuntu 15.04, Install FFmpeg on Ubuntu 15.10, Install FFmpeg on Ubuntu Linux, Install FFmpeg Ubuntu, PPA FFmpeg 2.8.2, Ubuntu Convert FFmpeg, Ubuntu FFmpeg Video, Ubuntu PPA FFmpeg 2.8.2

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap