how to tack videos together

 #!/bin/bash


rm -f list.txt


for f in *.mp4; do

  echo "file '$f'" >> list.txt

done


ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4

Popular posts from this blog

Automatically Fix Song Metadata and Filenames on Linux with Beets

Enable Anydesk on Linux

Boot MacOS under VirtualBox