Running ffmpeg in Terminal Linux -
I downloaded the custom directory in my Ubuntu Linux and unziped ffmpeg now I want to run this terminal using FFPAP I like to walk on the windows using the command prompt. But every time it says "ffmpeg: command is not found" my question is how can i run ffmpeg using extracted libraries using the terminal
thanks
First you need to make sure that the file has the permissions executed ... or it only chmod + x filename
You must either be on the executable path or you need it to execute Specify the Path to Eligible What I mean under Windows If you are in the directory with executables then you can type the executable name and this will work ... it is not in the case of Linux. If you are in the executable directory, then you implement this kind of command ./ command
. Dot means that you are executing a file in the existing file
Comments
Post a Comment