Im pretty sure my hosting is LINUX but I run WINDOWS. But I use windows to access both not linux. So I think I would need to know how to install it on windows first and then contact me web host about installing it on the server? or if i just need to install it on the root I can do that myself as I have access. But that still leaves how to install on windows as it only has linux instructions.
Thanks
On windows you just have to download one of the windows binaries. Here is the link again to an unofficial windows builds:
http://ffmpeg.arrozcru.org/builds/
For example, the latest build they have right now is:
http://ffmpeg.arrozcru.org/builds/bi...latest.tar.bz2
Download that. Then uncompress it on your computer. This will give you an .exe file. Basicaly you're done.
To use it, you just need to open the command prompt:
Start -> All programs -> accessories -> command prompt
In the command prompt type in the full path to the ffmpeg.exe file you extracted.
eg: c:\downloads\ffmpeg.exe
This should give you some info on ffmpeg if you did it right.
For convenience, you want to put the path to that exec file in your windows system path. This is a list of folders that windows will look for commands.
Just search "edit windows system path" and you should have lots of tutorials on how to do that.
Once in the path, you can call ffmpeg in the command line by its name, and not its path.
On my windows system I copied ffmpeg.exe to c:\mybin\ffmpeg.exe for convenience. I have c:\mybin\ in the system path, so what ever *.exe I put in there becomes a command automatically.