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

DropboxMount turns your Dropbox into a live, on-demand drive instead of a sync folder.

script to show all files with disk usage sizes