diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2014-01-19 13:45:48 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-01-20 13:10:10 +0100 |
commit | 5e2b8e493436dde5edf8534ec76d83101ca46891 (patch) | |
tree | a0f0ca9eb0d9c76f73633e7c23377e83b1281809 /doc/examples/Makefile | |
parent | 4014b401b0d55f27b7c430962b63f6b3fbf834c5 (diff) | |
download | ffmpeg-5e2b8e493436dde5edf8534ec76d83101ca46891.tar.gz |
examples: add remuxing example
Show how to perform streamcopy from one container to another.
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r-- | doc/examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index f085532ffe..a25455e08c 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -17,6 +17,7 @@ EXAMPLES= decoding_encoding \ filtering_audio \ metadata \ muxing \ + remuxing \ resampling_audio \ scaling_video \ transcode_aac \ |