Giza2020 wrote:
> If I did want to update my ffmpeg would i need to uninstall an exisitng
> version or would putting thisin the bin folder over write the existing
> version?
You don't need to uninstall the existing version, though you may want to
rename it just so that it's there if you ever need to go back to it
(can't really think why).
Code:
--------------------
tar xvzf <path/to/arm.tar.gz> arm/bin/ffmpeg
sudo mv /usr/bin/ffmpeg /usr/bin/ffmpeg.orig
sudo mv arm/bin/ffmpeg /usr/bin/ffmpeg
sudo chmod +x /usr/bin/ffmpeg
--------------------
The chmod shoudn't be required, but is belt & braces.
To confirm it works:
Code:
--------------------
ffmpeg -version
--------------------
and the output should be similar to my original post.
@bpa: Sorry if this is OT for BBC iPlayer, it's a little hard for me to
tell where one plugin ends and another begins. It's been a long time
since I've been on the forum and this was the first thread in which I
started looking for a solution, probably not going to be the last
either! Thanks for all the fixes. :)
------------------------------------------------------------------------
Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=53229
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins