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 /.gitignore | |
parent | 4014b401b0d55f27b7c430962b63f6b3fbf834c5 (diff) | |
download | ffmpeg-streaming-5e2b8e493436dde5edf8534ec76d83101ca46891.zip ffmpeg-streaming-5e2b8e493436dde5edf8534ec76d83101ca46891.tar.gz |
examples: add remuxing example
Show how to perform streamcopy from one container to another.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ /doc/examples/metadata /doc/examples/muxing /doc/examples/pc-uninstalled +/doc/examples/remuxing /doc/examples/resampling_audio /doc/examples/scaling_video /doc/examples/transcode_aac |