Skip to content

Instantly share code, notes, and snippets.

@lilithebowman
Created January 22, 2020 14:11
Show Gist options
  • Save lilithebowman/abdcbf7c1be8bb4d50aa71258bdd30e5 to your computer and use it in GitHub Desktop.
Save lilithebowman/abdcbf7c1be8bb4d50aa71258bdd30e5 to your computer and use it in GitHub Desktop.
concat.sh concatenates video files in mylist.txt
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