Stefano Sabatini 2aa2b4ac65 examples/muxing: add support to audio resampling 11 лет назад
..
Makefile c58d535b2f examples/Makefile: disable -O2 optimizations 11 лет назад
README 7ca102a7d7 examples: add README file with simple compilation instructions 12 лет назад
decoding_encoding.c e7389ed5d0 Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b' 11 лет назад
demuxing.c 5ade6bfb03 doc/examples/demuxing: use AVFrame accessor functions 11 лет назад
filtering_audio.c 838bd73139 lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump 11 лет назад
filtering_video.c 838bd73139 lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump 11 лет назад
metadata.c ca28cb5f83 examples: fix doxy so they appear on the example page 12 лет назад
muxing.c 2aa2b4ac65 examples/muxing: add support to audio resampling 11 лет назад
resampling_audio.c 66c92a1575 examples/resampling_audio: make use of av_samples_alloc_array_and_samples() 11 лет назад
scaling_video.c 772b949d8e examples/scaling_video: fix typo 11 лет назад

README

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.