Skip to content

Instantly share code, notes, and snippets.

@bluefeet
Last active February 26, 2019 06:21
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 bluefeet/b45d083fc1cb9c21367a1c1854e6e582 to your computer and use it in GitHub Desktop.
Save bluefeet/b45d083fc1cb9c21367a1c1854e6e582 to your computer and use it in GitHub Desktop.
# files.txt has lines like:
# file '1.mkv'
# file '2.mkv'
ffmpeg -f concat -i files.txt -c copy 0.mkv
# https://stackoverflow.com/a/11175851
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment