[FFmpeg-user] Concatenate x10?

MacFH - C E Macfarlane - News news at macfh.co.uk
Thu Jun 29 13:32:07 EEST 2023


On 29/06/2023 11:12, Tamas Szanka wrote:
>
> I`m probably slow today, so where do I determine to always take 
> 'Credit.mp4' after a video?
> 
> concat.txt file:
>
> file 'video1.mp4'
file 'credit.mp4'
> file 'video2.mp4'
file 'credit.mp4'
> file 'video3.mp4'
file 'credit.mp4'
> file 'video4.mp4'
file 'credit.mp4'
> file 'video5.mp4'
file 'credit.mp4'
> file 'video6.mp4'

Etc.

> 
> ffmpeg command:
> 
> ffmpeg -f concat -i concat.txt -acodec copy Temp.m4a

ffmpeg -f concat -i concat.txt -acodec copy -vcodec copy Result.mp4



More information about the ffmpeg-user mailing list