Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created March 25, 2017 03:29
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 awaxa/b14b2ea7f17615d49ec3555a10b25efe to your computer and use it in GitHub Desktop.
Save awaxa/b14b2ea7f17615d49ec3555a10b25efe to your computer and use it in GitHub Desktop.
file 'a.mp4'
file 'b.mp4'
file 'c.mp4'
#!/usr/bin/env sh
ffmpeg -f concat -i clips.txt -c copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment