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

A script to turn unencrypted epub files into plain text, bash

recover a usb flash drive