Skip to content

Instantly share code, notes, and snippets.

@joequery
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joequery/9779390 to your computer and use it in GitHub Desktop.
Save joequery/9779390 to your computer and use it in GitHub Desktop.
FFmpeg concatenation
# ffmpeg -i ../codervox-fadeout.mp4 -i transition.mp4 -i themovie.mp4 -filter_complex '[0:v][0:a][1:v][1:a][2:v][2:a] concat=n=3:v=1:a=1 [v][a]' -map '[v]' -map '[a]' -c:v libx264 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment