Home / Source / lib_libavcodec / doc / examples
Name Modified Size InfoDownloads / Week
Parent folder
decoding_encoding.c 2013-08-20 19.1 kB
scaling_video.c 2013-08-20 5.1 kB
resampling_audio.c 2013-08-20 7.9 kB
README 2013-08-20 661 Bytes
muxing.c 2013-08-20 18.7 kB
metadata.c 2013-08-20 2.0 kB
Makefile 2013-08-20 1.3 kB
filtering_video.c 2013-08-20 8.2 kB
filtering_audio.c 2013-08-20 9.1 kB
demuxing.c 2013-08-20 12.0 kB
Totals: 10 Items   84.2 kB 0
FFmpeg examples README
----------------------

Both following use cases rely on pkg-config and make, thus make sure
that you have them installed and working on your system.


1) Build the installed examples in a generic read/write user directory

Copy to a read/write user directory and just use "make", it will link
to the libraries on your system, assuming the PKG_CONFIG_PATH is
correctly configured.

2) Build the examples in-tree

Assuming you are in the source FFmpeg checkout directory, you need to build
FFmpeg (no need to make install in any prefix). Then you can go into the
doc/examples and run a command such as PKG_CONFIG_PATH=pc-uninstalled make.
Source: README, updated 2013-08-20