Skip to content

Instantly share code, notes, and snippets.

@shiraishimai
Created May 21, 2019 06:24
Show Gist options
  • Save shiraishimai/8b9d9bb8308147e69ac8a204fcea27e2 to your computer and use it in GitHub Desktop.
Save shiraishimai/8b9d9bb8308147e69ac8a204fcea27e2 to your computer and use it in GitHub Desktop.
concat
cat $(for f in event_4k/00000/event_4k_*.mp4; do ff="$ff $PWD/$f"; done; echo $ff) > event_concat.mp4 && cat event_4kinit.mp4 event_concat.mp4 > event_complete.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment