On Fri, Feb 20, 2015 at 05:43:00 -0800, aradeonas wrote: > I installed real ffmpeg like this link : > http://askubuntu.com/questions/373322/how-to-replace-avconv-with-the-real-ffmpeg-and-have-it-work-right > but same error (Just change ppa to ppa:mc3man/trusty-media for > last release): > > > pp@ubuntu:~$ ffmpeg -i big.mp4 http://localhost:8090/feed1.ffm ffmpeg > > version 0.8.13-6:0.8.13-0ubuntu0.13.10.1, Copyright (c) 2000-2014 the > > Libav developers built on Jul 15 2014 13:53:49 with gcc 4.8.1 *** THIS > > PROGRAM IS DEPRECATED *** This program is only provided for > > compatibility and will be removed in a future release. Please use > > avconv instead.
Are you sure you really uninstalled the fake ffmpeg first? Because it didn't work, or you picked it up again. You have a problem with your installation, not (yet) with ffmpeg. > sudo apt-get remove ffmpeg > sudo apt-get purge libav-tools > sudo add-apt-repository ppa:jon-severinsson/ffmpeg > sudo apt-get update > sudo apt-get install ffmpeg > sudo apt-get install frei0r-plugins # recommended > sudo apt-get --purge autoremove Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
