hi i am running server but i am not expert in linux i want to install the ffmpeg player, any one help me how much it will cost
Installing ffmpeg should be pretty easy on your server. The exact process depends on your distribution but it is provided in most distributes repositories and you just need to run the command to install it. For example if you were using a debian based distro you could just do: apt-get install ffmpeg Code (markup):
superdav42 not all use Ubuntu/Debian sathbob, For rpm-based distros, like CentOS you should run But best thing to do is to go to ffmpeg.org and read "Documentation" section. Good luck!