Linux installing ffmpeg on ubuntu 14.04

Smarthub

Inactive User
Joined
Jan 17, 2017
Messages
1
Reaction score
0
i am currently using ubuntu 14.04 on a small old pc i am using as a server i have all my dvds backed up to the hdd and i want looking to share it with the network for streaming by my kids and stuff using ffmpeg but i cant seem to use atp-get install ffmpeg anyone know how to install ffmpeg on ubunti 14.04 trusty
 
multimedia - How do I install ffmpeg and codecs? - Ask Ubuntu

To install it :

If you're using Ubuntu 14.04 :

ffmpeg was replaced in previous releases by the avconv program from the libav project.

To install avconv you need to install the libav-tools package:

sudo apt-get install libav-tools

Or use PPA :

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg gstreamer0.10-ffmpeg

If you're using Ubuntu 15.04 :

FFmpeg Returns To The Official Ubuntu Repositories With Ubuntu 15.04 Vivid Vervet.

Just type :

sudo apt-get install ffmpeg
 
ffmpeg is used for video/audio conversion not streaming. For that you would need a plex/KODI setup.


Sent from my iPhone using Tapatalk
 
Hi, search on google ppa for ubuntu ffmpeg. Lepool
 
Back
Top