Last active
February 26, 2019 06:21
-
-
Save bluefeet/b45d083fc1cb9c21367a1c1854e6e582 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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