Skip to content

Instantly share code, notes, and snippets.

@adamvr
Created July 16, 2013 16:48
Show Gist options
  • Save adamvr/6010424 to your computer and use it in GitHub Desktop.
Save adamvr/6010424 to your computer and use it in GitHub Desktop.
file='tmp.txt'
rm $file
for f in "$@"
do
echo "file '$f'" >> $file
done
ffmpeg -f concat -i $file -c copy $OUTPUT
rm $file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment