Quote:
Originally Posted by jcor
Hi, i installed ffmpeg but seems to be a old version. With the command "ffmpeg -v" I get the this output:
I tried to upgrade it with:
but didn't work. Can someone tell me out to upgrade ffmpeg, step by step, including directories to copy files or whatever i'm missing?
Thanks,
Joćo
It seems from your output you are using Ubuntu. Correct me if I am mistaken.
First off, how did you perform the install originally? What makes you think ffmpeg is out of date?
The easiest way to update ffmpeg would be to use one of the package managers, either yum or apt-get, to update it. I forget which one is used by Ubuntu primarily, but updating with either is rather simple.
The reason why the command you ran did not update ffmpeg is because you merely downloaded the sources. Issuing the svn command, you will need to cd to the ffmpeg directory, run ./configure, make, and finally make install.
I hope this helps you, come back if you have any more problems.