Created
January 22, 2020 14:11
-
-
Save lilithebowman/abdcbf7c1be8bb4d50aa71258bdd30e5 to your computer and use it in GitHub Desktop.
concat.sh concatenates video files in mylist.txt
This file contains 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
today=`date +%Y-%m-%d.%H.%M.%S` # YYYY-MM-DD.HH.MM.SS | |
ffmpeg -f concat -safe 0 -i mylist.txt -c copy "$today concatenated.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment