Skip to content

Instantly share code, notes, and snippets.

@pioz
Last active April 3, 2016 21:59
Show Gist options
  • Save pioz/dc605517563fb3771273 to your computer and use it in GitHub Desktop.
Save pioz/dc605517563fb3771273 to your computer and use it in GitHub Desktop.
Concat videos with ffmpeg
ffmpeg -f concat -i <(printf "file '$PWD/%s'\n" file/path/*.avi) -c copy output.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment