#!/bin/bash
VIDEOS=/path/to/videos/folder/*
for v in $VIDEOS
do
echo "Processing $V file..."
# insert your ffmpeg comand to merge your intro with the video
cat $f
done
The above command will loop through all the video files in this folder /path/to/videos/folder/ and runs ffmpeg merge command
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.