[FFmpeg-user] FFMPEG SOURCE BUILD QUESTION

James Darnley james.darnley at gmail.com
Tue Dec 11 00:43:37 CET 2012


On 2012-12-11 00:32, maujhsn wrote:
> James the path does not have a directory called ffmpeg...ffmpeg is just a
> executable binary file.
> 
> I tried to create a directory in that path with this result:
> 
> ubuntu at ubuntu:~/Downloads/ffmpeg-linux64-20121206$ sudo mkdir ffmpeg
> mkdir: cannot create directory `ffmpeg': File exists

The file exists, so why aren't you trying to execute it?  "./ffmpeg"
means a file called "ffmpeg" in the current directory.  Type that into
the shell and press enter.

If you are more familiar with how Windows operates, be aware that most
other systems do not have the current directory as part of their path
variable.  This means you cannot execute a file in the current directory
by simply calling its name, you need to tell the system which file you
want it to execute.

When you finally manage to run it, you should see something like:
> ffmpeg version N-46469-gc995644 Copyright (c) 2000-2012 the FFmpeg developers
>   built on Nov  5 2012 17:54:28 with gcc 4.7.2 (GCC)
>   configuration: <removed>
>   libavutil      52.  5.100 / 52.  5.100
>   libavcodec     54. 71.100 / 54. 71.100
>   libavformat    54. 36.100 / 54. 36.100
>   libavdevice    54.  3.100 / 54.  3.100
>   libavfilter     3. 21.106 /  3. 21.106
>   libswscale      2.  1.102 /  2.  1.102
>   libswresample   0. 16.100 /  0. 16.100
>   libpostproc    52.  1.100 / 52.  1.100
> Hyper fast Audio and Video encoder
> usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
> 
> Use -h to get full help or, even better, run 'man ffmpeg'

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 552 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20121211/76fed986/attachment.asc>


More information about the ffmpeg-user mailing list